pub const HEIGHT_DISK_BYTES: usize = 3;
Expand description

Heights are stored as 3 bytes on disk.

This reduces database size and increases lookup performance.