A fast bump allocation arena for Rust.
Thread-safe bumpalo wrapper with pre-allocation support. Fork of bumpalo-herd (https://crates.io/crates/bumpalo-herd) with configurable chunk sizes.
Allocates a fallible iterator into a bumpalo.
Support for bumpalo in scoped threads & rayon
String intern utility combined with Bumpalo.
Columnar storage primitives (Column, ValidityMask) for pandas-parity dataframes — the storage layer behind fp-frame.
Differential conformance harness for frankenpandas against a live pandas oracle — packet fixtures + fuzz seed tests + live-oracle parity gates.
Expression evaluation / query parser for fp-frame DataFrames — pandas df.eval / df.query parity.
DataFrame and Series with pandas-API parity, AACE index alignment, and GroupBy / Rolling / Resample integration.
FrankenTUI terminal interface for interactive fp-frame / frankenpandas workflows.
GroupBy engine for fp-frame with dense-key / arena-backed / hash-map execution paths.
Flat and multi-level row index types (Index, MultiIndex) for pandas-parity dataframes.