fitzgen / bumpalo

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

add alloc_with_inplace #117

Closed sundy-li closed 2 years ago

sundy-li commented 2 years ago

This may help in #116

sundy-li commented 2 years ago

using std::ptr::write directly

Yes, seems it can work without introduce a new function in bumpalo.