temporary fork of saphyr with serde support merged into main.
Find a file
Ethiraric f8b6d849d3 Performance improvement.
The refactoring added `next_is` which takes a `&str` as parameter, while
we only use it with strings of lengths 2 and 3. Replacing this by 2
dedicated methods (which can be added to the trait interface and only
specialized if needed) removes almost all the overhead that was added by
`Input`.
2024-07-14 16:59:10 +02:00
parser Performance improvement. 2024-07-14 16:59:10 +02:00