Expand description
Small utility helpers shared across the engine: byte-slice helpers, numeric parsing, time, address resolution, and the typed map abstractions that wrap third-party data structures.
The Cassandra-style estimated histogram lives next to its only
consumer in [crate::stats::histogram].
Modulesยง
- atoi
- Numeric parsing helpers for fixed-length ASCII decimal slices.
- dict
- Typed hash-map wrappers over
ahash::AHashMap. - dyn_
string - Byte-slice helpers that complement
bytes::BytesandString. - rbtree
- Ordered key/value map with a
lower_boundoperation. - sockinfo
- Socket address resolution.
- time
- Wall-clock and digit-counting helpers.