Skip to content

Commit

Permalink
chore(*): finalize SCC 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wvwwvwwv committed Jul 14, 2024
1 parent a18aeb0 commit 720e4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ let future_remove = hashset.remove_async(&1);

### Entry lifetime

`HashIndex` does not drop removed entries immediately, instead they are dropped when the `HashIndex` is cleared, resized or the number of removed entries reaches a certain threshold. Entry-level recycling is being implemented and will be available soon: [#150](https://github.com/wvwwvwwv/scalable-concurrent-containers/issues/150). However, non-determinism in the entry life expectancy will still remain, therefore `HashIndex` would not be an optimal choice if the workload is write-heavy.
`HashIndex` does not drop removed entries immediately, instead they are dropped when the `HashIndex` is cleared, resized, or the number of removed entries reaches a certain threshold. Entry-level drop-and-recycling is being implemented and will be available soon: [#150](https://github.com/wvwwvwwv/scalable-concurrent-containers/issues/150). However, non-determinism in the entry life expectancy will still remain, therefore `HashIndex` would not be an optimal choice if the workload is write-heavy and the entry size is large.

### Examples

Expand Down

0 comments on commit 720e4d0

Please sign in to comment.