Skip to content

Commit 9a1a3f9

Browse files
committed
chore(deps): remove unused dashmap dependency
1 parent b28b386 commit 9a1a3f9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

crates/smithereens/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
dashmap = "6.0.1"
87
itertools = "0.13.0"
98
polychem = { path = "../polychem" }
109

crates/smithereens/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ impl<'p> Fragment<'p> {
113113
}
114114
}
115115
}
116+
116117
// SEE NOTES FROM APRIL 8TH!
117-
// use scc::HashCache, or HashIndex, or TreeIndex
118-
// or use DashMap?
118+
// use DashMap or quick-cache for a global fragment cache
119119

120120
// FIXME: Tests need adding!

0 commit comments

Comments
 (0)