Skip to content

Commit

Permalink
v5.2 - Resolve memory leak in arcache
Browse files Browse the repository at this point in the history
If the write miss thread local cache was enabled, a mistake
existed in the case where the write thread is under high pressure
which could lead to memory being leaked. Nodes are now wrapped
in a safe wrapper to ensure they can not be leaked.
  • Loading branch information
Firstyear committed Jun 15, 2024
1 parent 88df5f0 commit 4486563
Show file tree
Hide file tree
Showing 3 changed files with 416 additions and 229 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concread"
version = "0.5.1"
version = "0.5.2"
authors = ["William Brown <[email protected]>"]
edition = "2021"
description = "Concurrently Readable Data-Structures for Rust"
Expand Down
Loading

0 comments on commit 4486563

Please sign in to comment.