Support spilling
This commit is contained in:
parent
3dd5cde626
commit
8d0ecdab19
18 changed files with 150 additions and 65 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue