Module decoder

Module decoder 

Source
Expand description

Entity Decoder - On-demand entity parsing

Lazily decode IFC entities from byte offsets without loading entire file into memory.

Structs§

EntityDecoder
Entity decoder for lazy parsing - uses Arc for efficient cache sharing

Functions§

build_entity_index
Build entity index from content - O(n) scan using SIMD-accelerated search Returns index mapping entity IDs to byte offsets

Type Aliases§

EntityIndex
Pre-built entity index type