saul / demofile-net

Blazing fast cross-platform demo parser library for Counter-Strike 2, written in C#.
MIT License
76 stars 7 forks source link

[WIP] Add ReadAllParallelAsync (multi-threaded parsing) #52

Open saul opened 3 months ago

saul commented 3 months ago

Thanks @in0finite for the initial implementation. This is largely based off the ideas from #51

Closes #48