-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ensure drop() runs for all Bucket and BucketArray objects (#2)
* run destructors for buckets and bucket arrays turns out crossbeam doesn't do this for you, the things you find out when you rtfm... * remove set module it's not public, so we can just recover it from before this commit if necessary * bump version to 0.1.2
- Loading branch information
1 parent
68ae808
commit c0266d9
Showing
4 changed files
with
95 additions
and
176 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cht" | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
authors = ["Gregory Meyer <[email protected]>"] | ||
edition = "2018" | ||
description = "Lockfree resizeable concurrent hash table." | ||
|
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
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
This file was deleted.
Oops, something went wrong.