Results 191 comments of Niklas Fiekas

Hi. Sorry for leaving this hanging. I now added some justification for the maintenance status: https://github.com/niklasf/rust-huffman-compress#Alternatives. If you like, you can override crates.io with your fork (which looks good). Sent...

Hi Raui, I am not actively developing this project, but I am open to accepting contributions.

A (completely correct) PGN parser cannot easily be parallelized at this level. For example, a `{` anywhere might mean that later chunks are actually part of a comment, even if...

Hi. Could it be that we need three separate code books?

So that's now `20.92 + 12.26 + 3.74 = 36.92` bytes per game, compared to the current `37.03`. A very slight improvement.

Probably no. It's disappointing, but still good to have tried this approach. We could still play with the cutoff points, but having seen these results, I wouldn't expect much. I...

The benchmarks (v0.12.0) are after this regression. You can downgrade to v0.11.0 to use the mmap based reader for even better speeds, but there have been bugfixes in dependencies, added...

Unfortunately there's no such database field. The time of the last move + game over could get close, but there's no index on that.

So yeah, fundamentally this is not a bug, just a consequence of the fact that chess engines are not perfect players/evaluators. Capping at 0, or even reporting negative ACPL scores...

in chessops, i went for https://github.com/niklasf/chessops/commit/70a7452f931e07316be014cdaf677e4836396199