Overnight run 2026-08-01: 9,380,390 tiles z2-14 in 3.2h, faces bake 1h (+8GB, worker-side brotli q10), transmux to 99 shards all <510MB. App repointed to europe-base-br-faces.mbtiles. nl-bridge-dz verified byte-identical against the new base (deterministic feature indices). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
10 lines
276 B
TOML
10 lines
276 B
TOML
[package]
|
|
name = "makepad-mbtile-reader"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
description = "Minimal pure-Rust SQLite reader and streaming writer for MBTiles files"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
brotli = "8.0"
|
|
makepad-fast-inflate = { path = "../fast_inflate" }
|