Frequently Asked Questions (FAQ)
General Questions
What makes noyalib faster than legacy parsers?
noyalib uses SWAR/SIMD vectorization for scanning delimiters in a single CPU cycle, coupled with Rayon multi-core streaming for multi-document parsing.
Is noyalib compatible with serde_yaml 0.9?
Yes! Enable the compat-serde-yaml feature for a drop-in shim with zero migration friction.
Can noyalib run in WebAssembly / Browser environments?
Yes! The noyalib-wasm package provides WebAssembly bindings optimized for browser runtimes, Node.js, and Cloudflare Workers.
What is noyalib-mcp?
noyalib-mcp is a Model Context Protocol (MCP) server that connects LLM tools (Claude, GPT-4, Antigravity) to noyalib's parsing and schema validation engine.