awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ashvardanian avatar

ashvardanian/StringZilla

0
View on GitHub↗
3,494 نجوم·127 تفرعات·C·Apache-2.0·3 مشاهداتashvardanian.com/posts/stringzilla↗

StringZilla

Up to 100x faster strings for C, C++, CUDA, Python, Rust, Swift, JS, & Go, leveraging NEON, AVX2, AVX-512, SVE, GPGPU, & SWAR to accelerate search, hashing, sorting, edit distances, sketches, and memory ops 🦖

Features

  • General Utilities - High-performance string processing library.
  • Text Processing - SIMD-accelerated string search and manipulation library.
  • Wordlist Generation Tools - High-performance string processing for large wordlists.
  • Windows Environments - Listed in the “Windows Environments” section of the Awesome C awesome list.

سجل النجوم

مخطط تاريخ النجوم لـ ashvardanian/stringzillaمخطط تاريخ النجوم لـ ashvardanian/stringzilla

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ StringZilla

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع StringZilla.
  • antirez/sdsالصورة الرمزية لـ antirez

    antirez/sds

    5,486عرض على GitHub↗

    sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string

    C
    عرض على GitHub↗5,486
  • google/highwayhashالصورة الرمزية لـ google

    google/highwayhash

    1,603عرض على GitHub↗

    Fast strong hash functions: SipHash/HighwayHash

    C++
    عرض على GitHub↗1,603
  • ai/nanoidالصورة الرمزية لـ ai

    ai/nanoid

    26,821عرض على GitHub↗

    Nanoid is a library for generating unique, fixed-length identifiers designed for distributed systems and database indexing. It produces compact, URL-safe strings by mapping random byte values to a custom character set, allowing for consistent memory allocation and predictable indexing performance across independent nodes without the need for central coordination. The library distinguishes itself by utilizing system-level, cryptographically secure entropy sources to ensure that every generated identifier is statistically unpredictable. This approach provides resistance against collision attack

    JavaScript
    عرض على GitHub↗26,821
  • guumaster/hostctlالصورة الرمزية لـ guumaster

    guumaster/hostctl

    1,225عرض على GitHub↗

    Your dev tool to manage /etc/hosts like a pro!

    Goclideveloper-toolsdns
    عرض على GitHub↗1,225
عرض جميع البدائل الـ 30 لـ StringZilla→

الأسئلة الشائعة

ما هي وظيفة ashvardanian/stringzilla؟

Up to 100x faster strings for C, C++, CUDA, Python, Rust, Swift, JS, & Go, leveraging NEON, AVX2, AVX-512, SVE, GPGPU, & SWAR to accelerate search, hashing, sorting, edit distances, sketches, and memory ops 🦖

ما هي الميزات الرئيسية لـ ashvardanian/stringzilla؟

الميزات الرئيسية لـ ashvardanian/stringzilla هي: General Utilities, Text Processing, Wordlist Generation Tools, Windows Environments.

ما هي البدائل مفتوحة المصدر لـ ashvardanian/stringzilla؟

تشمل البدائل مفتوحة المصدر لـ ashvardanian/stringzilla: google/highwayhash — Fast strong hash functions: SipHash/HighwayHash. keybuk/libnih — NIH Utility Library. ai/nanoid — Nanoid is a library for generating unique, fixed-length identifiers designed for distributed systems and database… antirez/sds — sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements… guumaster/hostctl — Your dev tool to manage /etc/hosts like a pro! nothings/stb — This project is a collection of portable, header-only C functions designed for integration into software projects…