We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dashmap
1 parent b28b386 commit 9a1a3f9Copy full SHA for 9a1a3f9
crates/smithereens/Cargo.toml
@@ -4,7 +4,6 @@ version = "0.1.0"
4
edition = "2021"
5
6
[dependencies]
7
-dashmap = "6.0.1"
8
itertools = "0.13.0"
9
polychem = { path = "../polychem" }
10
crates/smithereens/src/lib.rs
@@ -113,8 +113,8 @@ impl<'p> Fragment<'p> {
113
}
114
115
116
+
117
// SEE NOTES FROM APRIL 8TH!
-// use scc::HashCache, or HashIndex, or TreeIndex
118
-// or use DashMap?
+// use DashMap or quick-cache for a global fragment cache
119
120
// FIXME: Tests need adding!
0 commit comments