tess 0.4.0
Performance-first tile and path simulation substrate
Loading...
Searching...
No Matches
tess::ResidencyConfig Struct Reference

#include <tess/storage/residency.h>

Public Attributes

std::size_t byte_budget = 0

Detailed Description

Construction parameters for a SparseResidentWorld.

Member Data Documentation

◆ byte_budget

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.


The documentation for this struct was generated from the following file: