llogiq / bytecount
Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast
☆227Updated 6 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.☆114Updated 7 months ago
- Fast generic radix trie implemented in Rust☆196Updated 2 years ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆268Updated last year
- A procedural macro for auto logging output of functions☆192Updated 3 years ago
- Generic Atomic<T> type for Rust☆232Updated last year
- Conditional compilation according to rustc compiler version☆351Updated last month
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆331Updated 3 months ago
- deserialize typed structures from regex captures☆172Updated last year
- A compiler plugin to insert flame calls☆382Updated 2 years ago
- Fast, ergonomic metrics for Rust☆340Updated 5 months ago
- Rust option parser with custom derive support☆231Updated 4 months ago
- A rust-macro which makes errors easy to write☆335Updated 11 months ago
- Allocators in Rust☆312Updated 5 years ago
- Compact string type for zero-copy parsing☆255Updated last year
- A small utility to compare Rust micro-benchmarks.☆352Updated 7 months ago
- Generic array types in Rust☆407Updated last month
- Rust macro to generate self-referential structs☆210Updated 3 years ago
- A library for creating references that carry their owner with them.☆371Updated last year
- A typesafe store keyed by types and containing different types of values.☆177Updated 6 years ago
- An extraction of the compiletest utility from the Rust compiler☆225Updated 3 months ago
- a smaller, faster and panic-free alternative to core::fmt☆364Updated last year
- [deprecated] Avoid memcpy calls when working with standard containers☆277Updated 2 years ago
- Rust container / collection literal macros for HashMap, HashSet, BTreeMap, BTreeSet.☆388Updated 2 years ago
- A HashMap variant that spreads resize load across inserts☆191Updated 2 months ago
- In support of measuring heap allocations in Rust programs.☆100Updated 5 years ago
- Rust bindings to google's cpuprofiler☆126Updated 5 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- This crate guarantees that your application is free of panicking branches☆177Updated 5 years ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- CBOR (binary JSON) for Rust with automatic type based decoding and encoding.☆139Updated 6 years ago