llogiq / bytecountLinks
Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast
☆230Updated 4 months ago
Alternatives and similar repositories for bytecount
Users that are interested in bytecount are comparing it to the libraries listed below
Sorting:
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆113Updated last year
- Compact string type for zero-copy parsing☆262Updated last year
- Fast generic radix trie implemented in Rust☆209Updated last month
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆266Updated 2 years ago
- Rust macro to generate self-referential structs☆210Updated 4 years ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- A compiler plugin to insert flame calls☆387Updated 2 years ago
- A small utility to compare Rust micro-benchmarks.☆361Updated last year
- deserialize typed structures from regex captures☆174Updated last year
- Rust option parser with custom derive support☆234Updated 11 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Procedural macros in expression position☆203Updated 2 years ago
- A suite of non-cryptographic hash functions for Rust.☆139Updated 3 years ago
- A crate with indexed arenas with small memory footprint☆78Updated last year
- An object pool manager in Rust☆197Updated 4 years ago
- Judy array implementation in pure Rust☆88Updated 8 years ago
- Custom derivation macro for Rust☆113Updated 7 years ago
- A typesafe store keyed by types and containing different types of values.☆179Updated 6 years ago
- A library for creating references that carry their owner with them.☆378Updated 2 years ago
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆186Updated last year
- A HashMap variant that spreads resize load across inserts☆193Updated 8 months ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- An extraction of the compiletest utility from the Rust compiler☆229Updated last month
- Rust support for the coz Causal profiler, code now lives upstream -- https://github.com/plasma-umass/coz☆217Updated 6 years ago
- [deprecated] Avoid memcpy calls when working with standard containers☆279Updated 3 years ago
- Spawn processes with arbitrary closures in rust☆113Updated 4 years ago
- A Rust data structure for efficient lower-bound lookups☆92Updated last year
- skiplist☆142Updated 3 years ago
- Extremely generic linear algebra libary for Rust☆228Updated last year
- Safely combine results☆82Updated last year