Skip to content

Commit

Permalink
Merge pull request #85 from zcash/caching
Browse files Browse the repository at this point in the history
Add `CachingShardStore` for batching writes to a backend `ShardStore`
  • Loading branch information
str4d authored Jul 17, 2023
2 parents 84d652d + 7ec75fd commit 099abbf
Show file tree
Hide file tree
Showing 3 changed files with 1,263 additions and 1 deletion.
1 change: 1 addition & 0 deletions shardtree/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ test-dependencies = ["proptest", "assert_matches"]

[target.'cfg(unix)'.dev-dependencies]
pprof = { version = "0.9", features = ["criterion", "flamegraph"] } # MSRV 1.56
dashmap = ">=5, <5.5.0"
inferno = ">=0.11, <0.11.5" # MSRV 1.59
Loading

0 comments on commit 099abbf

Please sign in to comment.