Support spilling

This commit is contained in:
Andras Schmelczer 2026-06-20 11:03:04 +01:00
parent 3dd5cde626
commit 8d0ecdab19
18 changed files with 150 additions and 65 deletions

View file

@ -27,6 +27,9 @@ urlencoding = "2"
url = "2"
rust_xlsxwriter = "0.94"
pmtiles = { version = "0.23", features = ["mmap-async-tokio"] }
# Read-only mmap backing for the large property arrays under the `--spill-dir`
# dev flag (see data/spill.rs); lets a low-memory dev box page them from disk.
memmap2 = "0.9"
rand = "0.10"
hmac = "0.13"
sha2 = "0.11"