mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 12:34:22 +01:00
Convert Sorter code to use state machines and not ignore completions. Also simplifies some logic that seemed redundant to me. Also, I was getting some IO errors because we were opening one file per Chunk, so I fixed this by using only one file per sorter, and just using offsets in the file for each chunk. Builds on top of #2520 Closes #2473