llogiq / bytecountLinks
Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast
☆232Updated 8 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
- Fast generic radix trie implemented in Rust☆214Updated 4 months ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆265Updated 2 years ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 4 years ago
- A compiler plugin to insert flame calls☆389Updated 2 years ago
- Rust option parser with custom derive support☆235Updated last year
- Custom derivation macro for Rust☆113Updated 8 years ago
- Rust macro to generate self-referential structs☆211Updated 4 years ago
- ☆126Updated 3 years ago
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆193Updated 2 months ago
- deserialize typed structures from regex captures☆176Updated 2 years ago
- Judy array implementation in pure Rust☆87Updated 8 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆187Updated 2 months ago
- Compact string type for zero-copy parsing☆264Updated 2 years ago
- Extended utilities for working with files and filesystems in Rust☆154Updated last year
- A crate with indexed arenas with small memory footprint☆79Updated last year
- Procedural macros in expression position☆204Updated 3 years ago
- A small utility to compare Rust micro-benchmarks.☆363Updated last year
- An extraction of the compiletest utility from the Rust compiler☆231Updated 2 months ago
- A library for creating references that carry their owner with them.☆384Updated 2 years ago
- A suite of non-cryptographic hash functions for Rust.☆142Updated 3 years ago
- In support of measuring heap allocations in Rust programs.☆102Updated 6 years ago
- Spawn processes with arbitrary closures in rust☆115Updated 4 years ago
- [deprecated] Avoid memcpy calls when working with standard containers☆280Updated 3 years ago
- A typesafe store keyed by types and containing different types of values.☆181Updated 7 years ago
- Decimal Floating Point arithmetic for rust☆80Updated 2 years ago
- A HashMap variant that spreads resize load across inserts☆196Updated last year
- An object pool manager in Rust☆199Updated 4 years ago
- Type-safe transmutations between layout-compatible types.☆122Updated 5 years ago
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆354Updated 2 weeks ago