awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
ashvardanian avatar

ashvardanian/StringZilla

0
View on GitHub↗
3,494 stars·127 forks·C·Apache-2.0·10 viewsashvardanian.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.

Star history

Star history chart for ashvardanian/stringzillaStar history chart for ashvardanian/stringzilla

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with StringZilla

These projects share indexed features with StringZilla. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • antirez/sdsantirez avatar

    antirez/sds

    5,486View on 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
    View on GitHub↗5,486
  • google/highwayhashgoogle avatar

    google/highwayhash

    1,603View on GitHub↗

    Fast strong hash functions: SipHash/HighwayHash

    C++
    View on GitHub↗1,603
  • ai/nanoidai avatar

    ai/nanoid

    26,821View on 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
    View on GitHub↗26,821
  • guumaster/hostctlguumaster avatar

    guumaster/hostctl

    1,225View on GitHub↗

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

    Goclideveloper-toolsdns
    View on GitHub↗1,225
Compare all 30 related projects→

Frequently asked questions

What does ashvardanian/stringzilla do?

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 🦖

What are the main features of ashvardanian/stringzilla?

The main features of ashvardanian/stringzilla are: General Utilities, Text Processing, Wordlist Generation Tools, Windows Environments.

Which projects share features with ashvardanian/stringzilla?

Projects with overlapping indexed features include: 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…