/FastIntSet

Fast set implementation for ints

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

FastIntSet

Initial fast set implementation for ints. It accepts ints [0..N) where N > 0 and N is huge.

Future improvements

  • set should be extendable
  • validate input values
  • add constructor to initialize the set with values
  • implement Set interface