fitzgen / bumpalo

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

Replace `array_impls!` macros by const generics #136

Closed konsumlamm closed 2 years ago

konsumlamm commented 2 years ago

Resolves #131. I bumped the MSRV to 1.51, since that's when const generics were stabilized, but I can also directly bump it to 1.54 (which is required for #123).