llogiq / bytecountLinks
Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast
☆229Updated last month
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.☆114Updated 10 months ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- Rust macro to generate self-referential structs☆211Updated 4 years ago
- ☆124Updated 2 years ago
- Fast generic radix trie implemented in Rust☆201Updated 2 years ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆267Updated 2 years ago
- deserialize typed structures from regex captures☆173Updated last year
- A compiler plugin to insert flame calls☆382Updated 2 years ago
- In support of measuring heap allocations in Rust programs.☆101Updated 6 years ago
- Compact string type for zero-copy parsing☆259Updated last year
- A procedural macro for auto logging output of functions☆191Updated 3 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- An extraction of the compiletest utility from the Rust compiler☆226Updated 3 weeks ago
- A library for creating references that carry their owner with them.☆375Updated last year
- Rust option parser with custom derive support☆233Updated 7 months ago
- Custom derivation macro for Rust☆112Updated 7 years ago
- Procedural macros in expression position☆203Updated 2 years ago
- A crate with indexed arenas with small memory footprint☆77Updated 10 months ago
- [deprecated] Avoid memcpy calls when working with standard containers☆277Updated 2 years ago
- A small utility to compare Rust micro-benchmarks.☆357Updated 10 months ago
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- A suite of non-cryptographic hash functions for Rust.☆139Updated 3 years ago
- A HashMap variant that spreads resize load across inserts☆192Updated 5 months ago
- Rust support for the coz Causal profiler, code now lives upstream -- https://github.com/plasma-umass/coz☆218Updated 5 years ago
- Super-fast float parser in Rust (now part of Rust core)☆276Updated 2 years ago
- skiplist☆142Updated 3 years ago
- Generic Atomic<T> type for Rust☆235Updated 3 weeks ago
- Extended utilities for working with files and filesystems in Rust☆149Updated last year
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆184Updated last year
- A typesafe store keyed by types and containing different types of values.☆178Updated 6 years ago