SGFParser icon indicating copy to clipboard operation
SGFParser copied to clipboard

A Ruby library to parse SGF (Smart Game Format) files, best-known for holding weiqi / go game records

Results 7 SGFParser issues
Sort by recently updated
recently updated
newest added

The SGF parser is slllloooow. Specifically... ### SGF::Parser#next_character: [email protected]? && @stream.sysread(1) is really slow. The stream methods are poor choices because they don’t get cached at all. You’d find exponential...

feature

I'd like to (optionally?) go through the tree once it is parsed and examine it for SGF defects, such as the first node of the game not having the FF...

feature

SGF allows for gametree merging. So, this gem should also allow for that to happen.

feature

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...

dependencies