minedmap: add region cache

Cache the last loaded processed regions.
This commit is contained in:
Matthias Schiffer 2023-08-05 20:13:35 +02:00
parent 521e799d4b
commit 84bee6d6d9
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
4 changed files with 77 additions and 14 deletions

View file

@ -19,9 +19,10 @@ glam = "0.24.0"
image = { version = "0.24.5", default-features = false, features = ["png"] }
indexmap = { version = "2.0.0", features = ["serde"] }
itertools = "0.11.0"
lru = "0.11.0"
num-integer = "0.1.45"
rustc-hash = "1.1.0"
serde = "1.0.152"
serde = { version = "1.0.152", features = ["rc"] }
serde_json = "1.0.99"
zstd = "0.12.3"