Open Source Packages
Libraries, frameworks, tools, and SDKs used by the apps in this directory — scored the same way as the apps themselves.
All Packages
Category
Tags2
Sort:Used by Most Apps
crc32fast
Fast, SIMD-accelerated CRC32 (IEEE) checksum computation for Rust
memchr
Extremely fast SIMD-accelerated byte and substring search for Rust
bitpacking
SIMD-accelerated Rust bit-packing for compressing integer sequences at billions of values per second.
crc32c
Hardware-accelerated CRC-32C checksums for Rust, with automatic SSE4.2/ARM CRC detection and a pure-software fallback.
USearch
Smaller and faster single-file vector search and clustering engine
SimSIMD
SIMD-accelerated distance, dot-product, and similarity kernels for high-dimensional vectors.
simd-json
A Rust port of simdjson that parses JSON with SIMD instructions for extreme throughput.
gxhash
A blazingly fast, SIMD-accelerated non-cryptographic hashing algorithm for Rust with zero dependencies.
RustFFT
High-performance, SIMD-accelerated FFT library written in pure Rust.
sonic-rs
A fast Rust JSON library powered by SIMD for high-throughput parsing, serialization, and querying.
cloudpathlib
pathlib-style Python classes for S3, Google Cloud Storage, and Azure Blob Storage
wide
Portable SIMD data types for Rust, a near drop-in replacement for std::simd
universal-pathlib
A pathlib-compatible API that works over local and remote fsspec filesystems.
pybase64
Fast Base64 encoding and decoding for Python, powered by a SIMD-accelerated C extension with an automatic pure-Python fallback.
simd-adler32
SIMD-accelerated Adler-32 checksum hashing for Rust, with zero dependencies and no_std support.