Skip to content

Commit b8bd8fc

Browse files
authored
Refactor cache mod, remove linked_hash_map (#918)
Signed-off-by: Chojan Shang <[email protected]>
1 parent e4191dc commit b8bd8fc

File tree

8 files changed

+8
-2247
lines changed

8 files changed

+8
-2247
lines changed

ballista/cache/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ edition = "2021"
2626
async-trait = "0.1.64"
2727
futures = "0.3"
2828
hashbrown = "0.14"
29+
hashlink = "0.8.4"
2930
log = "0.4"
3031
parking_lot = "0.12"
3132
tokio = { version = "1.25", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }

0 commit comments

Comments
 (0)