10 skills found
fitzgen / DodrioA fast, bump-allocated virtual DOM library for Rust and WebAssembly.
MasonProtter / Bumper.jlBring Your Own Stack
cloudwu / BpaA bump pointer allocator
bluurryy / Bump ScopeA fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.
vorner / Bumpalo HerdTrying to create Sync bump allocator
taylordotfish / Fixed BumpA bump allocator that uses fixed-size chunks to ensure non-amortized O(1) allocations
pragma-org / UplcA bump allocated UPLC evaluator
sheredom / Bump AllocRust global_allocator implementation of a bump allocator
tetsuo-ai / MemsuoMEMSUO Memory Management Library provides two modules: optimized allocators using jemalloc and libsodium for secure memory, and an arena-based allocator with bump-pointer allocation and automatic garbage collection. It supports memory statistics and multithreading in C.
JuliaSIMD / PointerStructs.jlStructs backed by pointers, to make working with custom (e.g. bump) allocators easier.