Skip to content

1.1

Compare
Choose a tag to compare
@JeroenGar JeroenGar released this 25 Jan 13:43
· 16 commits to main since this release

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.