rust-pgn-reader icon indicating copy to clipboard operation
rust-pgn-reader copied to clipboard

Parallelization for Reading Large PGN Files

Open dvub opened this issue 6 months ago • 1 comments

So I was wondering if it's possible to implement some sort of parallelization for reading huge PGN files? For example, split the file into smaller chunks, either on disk or in memory, and then run the reader on each chunk. If it's possible, I'm wondering why it hasn't been implemented in this crate yet? Thanks.

dvub avatar Dec 16 '23 21:12 dvub