orium / rpds

Rust persistent data structures
Mozilla Public License 2.0
1.22k stars 57 forks source link

Support custom allocator #67

Open stevefan1999-personal opened 2 years ago

elankath commented 1 year ago

I agree that it would be good to have support for custom allocators for rpds. Maybe define allocation strategy as a trait so people can implement the trait and then use their own custom allocator: slab, slotmap, bumpalo, etc ?