No description
Find a file
2021-04-10 03:16:04 +03:00
spec groups: in progress 2021-04-08 14:21:43 +03:00
src README + lift version 2021-04-10 03:16:04 +03:00
tests all tests + benches 2021-04-10 02:34:23 +03:00
.gitignore static optimizations 2021-04-09 03:39:40 +03:00
config.nims README 2021-04-10 03:06:48 +03:00
README.md README 2021-04-10 03:06:48 +03:00
streamfix.nimble README + lift version 2021-04-10 03:16:04 +03:00

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

https://github.com/inv2004/newfix