Module count

Source
Available on crate feature generate only.
Expand description

Modules§

objects

Enums§

PackLocation
Specifies how the pack location was handled during counting

Functions§

objects
Generate Counts from input objects with object expansion based on options to learn which objects would would constitute a pack. This step is required to know exactly how many objects would be in a pack while keeping data around to avoid minimize object database access.
objects_unthreaded
Like objects() but using a single thread only to mostly save on the otherwise required overhead.