This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a00aa20
commit 39485e4
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# lockfree-collector | ||
|
||
[![crates.io](https://img.shields.io/crates/v/lockfree-collector.svg)](https://crates.io/crates/lockfree-collector) | ||
[![docs.rs](https://docs.rs/lockfree-collector/badge.svg)](https://docs.rs/lockfree-collector) | ||
[![github.com](https://github.com/adamreichold/lockfree-collector/actions/workflows/test.yaml/badge.svg)](https://github.com/adamreichold/lockfree-collector/actions/workflows/test.yaml) | ||
|
||
A lock-free collector which uses blocking to amortize the cost of heap allocations and stealing to keep the collection phase efficient, especially if there no values need to be collected. | ||
|
||
## License | ||
|
||
Licensed under | ||
|
||
* [Apache License, Version 2.0](LICENSE-APACHE) or | ||
* [MIT license](LICENSE-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. |