A fast JSON (de)serializer, built on Sigil with a number of somewhat crazy optimization tricks. Releases are available on Nuget in addition to this repository. There is also a Serialize method that ...
Abstract: Directed Acyclic Graphs (DAGs) are widely utilized across various domains for tasks such as graph algorithms, data flow analysis, program optimization, and machine learning. Representing ...
A Python parser and serializer for TOON (Token-Oriented Object Notation), a compact data format designed to reduce LLM token consumption by 30-60% compared to JSON.