Expand description
Entity Decoder - On-demand entity parsing
Lazily decode IFC entities from byte offsets without loading entire file into memory.
Structs§
- Entity
Decoder - 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§
- Entity
Index - Pre-built entity index type