Skip to content

7.3.0: Performance improvement

Choose a tag to compare

@thekid thekid released this 23 Apr 16:27
· 33 commits to master since this release
  • Simplified code: Replaced anonymous iterator instances with yield
    (@thekid)
  • Merged PR #1: Remove HashProvider and deprecate it.
    This speeds up HashTable, HashSet, Queue and Stack performance by a
    factor between 2 and 4, depending on the usecase.
    (@thekid)