temporary fork of saphyr with serde support merged into main.
Find a file
Ethiraric 765f2bb672 Replace VecDeque with ArrayDeque.
This removes all allocations in the `Scanner` code. The downside is that
the buffer is now stored in the `Scanner` structure, making it 48 bytes
larger. This however makes the code much more performant.
2024-02-13 23:10:32 +01:00
saphyr Replace VecDeque with ArrayDeque. 2024-02-13 23:10:32 +01:00