3 releases
0.1.2 | Jul 24, 2022 |
---|---|
0.1.1 | Sep 19, 2020 |
0.1.0 | Sep 19, 2020 |
#261 in Memory management
462 downloads per month
14KB
108 lines
Bumpalo-herd
The bumpalo offers a good speedup for certain application by providing a bump allocator. But it is not well suited for some multi threaded scenarios.
This provides a wrapper on top of bumpalo
to make it possible to use in such
scenarios (like inside rayon or with scoped
threads).
For further details, see the documentation.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~240KB