From 1ccab438cef12743f3d008bd33c6a87a390fb855 Mon Sep 17 00:00:00 2001 From: Vlad K <2459295+vladkvit@users.noreply.github.com> Date: Tue, 24 Dec 2024 08:23:25 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce5c91a..e4450f9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # rust_pgn_reader_python_binding ## Fast PGN parsing bindings for Python -This project adds Python bindings to [rust-pgn-reader](https://github.com/niklasf/rust-pgn-reader) +This project adds Python bindings to [rust-pgn-reader](https://github.com/niklasf/rust-pgn-reader). In addition, it also parses and extracts [%clk ..] and [%eval ..] tags from comments. ## Benchmarks Below are some benchmarks on Lichess's 2013-07 chess games (293,459 games). @@ -26,4 +26,4 @@ For a more thorough tutorial, follow https://lukesalamone.github.io/posts/how-to `py-spy record -s -F -f speedscope --output profile.speedscope -- python ./src/bench_parquet.py` Linux/WSL-only: -`py-spy record -s -F -n -f speedscope --output profile.speedscope -- python ./src/bench_parquet.py` \ No newline at end of file +`py-spy record -s -F -n -f speedscope --output profile.speedscope -- python ./src/bench_parquet.py`