Skip to content

Releases: JeroenGar/gdrr-2bp

1.1.2

12 Dec 08:23
Compare
Choose a tag to compare

Changes include:

  • ~20% speed increase due to use of mimalloc memory allocator

1.1.1

30 Apr 23:11
Compare
Choose a tag to compare

Changes include:

  • Important fix for bug that caused stock levels of bins not to be fully respected. (Thanks to Kyle Booth for reporting this!)

1.1

25 Jan 13:43
Compare
Choose a tag to compare
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.

1.0.1

11 Jan 12:38
Compare
Choose a tag to compare

Small bugfix to properly handle scenarios where the usage reaches 100%.

1.0

08 Aug 12:23
Compare
Choose a tag to compare
1.0

Initial release