https://github.com/vorner/bumpalo-herd
Trying to create Sync bump allocator
https://github.com/vorner/bumpalo-herd
Last synced: 12 months ago
JSON representation
Trying to create Sync bump allocator
- Host: GitHub
- URL: https://github.com/vorner/bumpalo-herd
- Owner: vorner
- License: apache-2.0
- Created: 2020-08-31T18:59:48.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-07-08T15:55:48.000Z (12 months ago)
- Last Synced: 2025-07-08T16:52:59.554Z (12 months ago)
- Language: Rust
- Size: 46.9 KB
- Stars: 37
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Bumpalo-herd
[](https://github.com/vorner/bumpalo-herd/actions)
[](https://codecov.io/gh/vorner/bumpalo-herd)
[](https://docs.rs/bumpalo-herd)
The [bumpalo](https://crates.io/crates/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](https://crates.io/crates/rayon) or with scoped
threads).
For further details, see the [documentation](https://docs.rs/bumpalo-herd).
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](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.