Skip to content

SimMath version 1.4.0

Choose a tag to compare

@pspeed42 pspeed42 released this 27 Apr 20:59

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.