Skip to content

SimMath version 1.4.0

Compare
Choose a tag to compare
@pspeed42 pspeed42 released this 27 Apr 20:59
· 73 commits to master since this release

Incremental release with a new IntRangeSet class.

Change log:

  • Added an IntRange interface and default FixedIntRange implementation to
    represent a range of ints.
  • Added an IntRangeSet which is a Set (and effectively Set<int))
    that is space-optimized for sets of integers that consist of packed ranges.