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.
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 🦖
Fast strong hash functions: SipHash/HighwayHash
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
An open-source SDK for PSP homebrew development.
The main features of pspdev/pspsdk are: General Utilities, Windows Environments.
Projects with overlapping indexed features include: google/highwayhash — Fast strong hash functions: SipHash/HighwayHash. nothings/stb — This project is a collection of portable, header-only C functions designed for integration into software projects… antirez/sds — sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements… ashvardanian/stringzilla — Up to 100x faster strings for C, C++, CUDA, Python, Rust, Swift, JS, & Go, leveraging NEON, AVX2, AVX-512, SVE, GPGPU,… keybuk/libnih — NIH Utility Library. abiggerhammer/hammer — Parser combinators for binary formats, in C. Yes, in C. What? Don't look at me like that.