3 releases

0.1.2 Jul 24, 2022
0.1.1 Sep 19, 2020
0.1.0 Sep 19, 2020

#345 in Memory management

Download history 40/week @ 2023-11-06 37/week @ 2023-11-13 44/week @ 2023-11-20 47/week @ 2023-11-27 34/week @ 2023-12-04 40/week @ 2023-12-11 39/week @ 2023-12-18 30/week @ 2023-12-25 35/week @ 2024-01-01 46/week @ 2024-01-08 45/week @ 2024-01-15 48/week @ 2024-01-22 48/week @ 2024-01-29 43/week @ 2024-02-05 78/week @ 2024-02-12 132/week @ 2024-02-19

302 downloads per month

MIT/Apache

14KB
108 lines

Bumpalo-herd

Actions Status codecov docs

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

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