Brio is Burst's data model.
It provides the following functionality:
- modeling/type system specialized for
behavioral-analysis
object-tree
entities
. - parsed schema Brio language for model
- disk/memory Brio binary format
binary-encoding
efficient disk/memory format specialized for zeroGC-churn
single-pass
depth-first-traversal
(DFS) linearized byte-order scanning reads. - runtime support for Brio format writing and reading
- Model – type and object modeling system library
- Blobs – runtime disk/memory binary encoding format
- Pressing – runtime encoding (write) system
- Lattice – runtime encoding (read) system
- Provider – runtime schema discover/load system
- Types – Brio types
- Dictionaries – runtime string to key and key to string lookup support
- Extended Types – future planned extensions to model
- Configuration – configuration properties
- Unity synthetic data model – a synthetic data generator for Unity schema queries
------ HOME --------------------------------------------