|
tess 0.4.0
Performance-first tile and path simulation substrate
|
#include <tess/storage/residency.h>
Public Attributes | |
| std::size_t | byte_budget = 0 |
Construction parameters for a SparseResidentWorld.
| std::size_t tess::ResidencyConfig::byte_budget = 0 |
Maximum bytes of resident chunk-page storage.
Capacity is byte_budget / page_byte_size, clamped to at least one page. Bookkeeping storage is allocated separately and is not included.