Structs§
- ConFrame
Iterator - An iterator that lazily parses simulation frames from a
.conor.convelfile’s contents. - Memchr
Lines - memchr-backed line cursor for the full parse path (not only frame skip).
Functions§
- count_
frames - Count frames without building atom payloads (uses
ConFrameIterator::forward_fastwhen possible, elseConFrameIterator::forward). - frame_
start_ offsets - Frame start byte offsets via
ConFrameIterator::forward_fast(no atom parse). Stops at the first skip error (that start is still included). - frames_
from_ text - Collect every frame from
text. - read_
all_ frames - read_
all_ frames_ with_ threads - Like
read_all_frames, with an explicit worker count. - read_
first_ frame - Reads only the first frame from a file.
- read_
nth_ frame - Skip
indexframes (no atom parse), then parse the next one. - read_
nth_ frame_ from_ text - Same as
read_nth_frameon an already-loaded buffer.