fitzgen / bumpalo

A fast bump allocation arena for Rust
https://docs.rs/bumpalo
Apache License 2.0
1.39k stars 110 forks source link

Implement allocator_api #92

Closed baloo closed 3 years ago

baloo commented 3 years ago

supersedes #68: different approach, collection implementation is kept and this only implements the api needed to satisfy alloc::alloc::Allocator fixes #87

baloo commented 3 years ago

cc @NOBLES5E @hansihe

Amanieu commented 3 years ago

rust-lang/hashbrown#231 is currently blocked on this to support bumpalo for hashmaps.

baloo commented 3 years ago

Thank you!

fitzgen commented 3 years ago

Published 3.5.0 with this change.