llogiq / bytecount
Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast
☆227Updated 7 months ago
Alternatives and similar repositories for bytecount:
Users that are interested in bytecount are comparing it to the libraries listed below
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆115Updated 8 months ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆267Updated last year
- A small utility to compare Rust micro-benchmarks.☆353Updated 8 months ago
- Compact string type for zero-copy parsing☆257Updated last year
- Rust option parser with custom derive support☆231Updated 5 months ago
- A compiler plugin to insert flame calls☆382Updated 2 years ago
- a smaller, faster and panic-free alternative to core::fmt☆368Updated last year
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆335Updated 4 months ago
- A procedural macro for auto logging output of functions☆192Updated 3 years ago
- An extraction of the compiletest utility from the Rust compiler☆225Updated 3 months ago
- Rust container / collection literal macros for HashMap, HashSet, BTreeMap, BTreeSet.☆389Updated 3 years ago
- In support of measuring heap allocations in Rust programs.☆100Updated 5 years ago
- Fowler–Noll–Vo hash function☆345Updated last year
- deserialize typed structures from regex captures☆172Updated last year
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Generic Atomic<T> type for Rust☆234Updated last year
- This crate guarantees that your application is free of panicking branches☆177Updated 5 years ago
- Unicode Normalization forms according to UAX#15 rules☆176Updated 5 months ago
- A suite of non-cryptographic hash functions for Rust.☆139Updated 3 years ago
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆183Updated last year
- A library for creating references that carry their owner with them.☆371Updated last year
- Conditional compilation according to rustc compiler version☆351Updated 2 months ago
- [deprecated] Avoid memcpy calls when working with standard containers☆277Updated 2 years ago
- Procedural macros in expression position☆203Updated 2 years ago
- Fast generic radix trie implemented in Rust☆199Updated 2 years ago
- Rust macro to generate self-referential structs☆210Updated 4 years ago
- An allocator that can track and limit memory usage.☆208Updated 2 years ago
- A rust-macro which makes errors easy to write☆334Updated last year
- Fast, ergonomic metrics for Rust☆339Updated 6 months ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago