Changes
- perf: much faster (2x to 5x depending on the workload)
- detect and apply better algorithms before starting
- mmap support
- feat: you can now pass a file path as argument to tuc
- feat: add the ability to display fallback output when a field is out of bound
(you can set it per-field using
-f <range>=somefallbackor by providing a default fallback with `--fallback-oo...