mirror of
https://github.com/inv2004/streamfix
synced 2026-01-14 11:31:45 +00:00
No description
| spec | ||
| src | ||
| tests | ||
| .gitignore | ||
| config.nims | ||
| README.md | ||
| streamfix.nimble | ||
StreamFix
Fix parser implementation without static garanties, but suitable to process streaming data from low-latency adapters without waiting for full message (not FPGA yet)
Compared to NewFix is does not provide static-typed structures, but you can process tags you want without processing full message.
Check the page for benchmarks and more info: https://github.com/inv2004/newfix/blob/master/README.md
NewFix
Fix static-typed parser