Releases: JeroenGar/gdrr-2bp
Releases · JeroenGar/gdrr-2bp
1.2
1.1.2
1.1.1
1.1
Changes include:
- Significant improvement in speed (in large part due to using fxhash crate instead of standard hashing functions).
- Rewritten large parts of the codebase in a more idiomatic Rust way.
- Eliminated all Rc<Refcell<...>>. Now using 'generational indices' for tree representation.
- A lot of smaller changes throughout the entire codebase to improve readability.
- Added sheetValuationMode to the config.
- Improved documentation.