Skip to content

v1.02 Better tests, JMH benchmark and more

Choose a tag to compare

@Abductcows Abductcows released this 11 Jun 17:09
· 72 commits to master since this release
23200f7

Neat stuff

  • Tests are now parametrized to easily capture edge cases such as 0/1 elements in operations.
  • There is an actual benchmark made with JMH, you can see it here
  • Bit copying operations are reliably a tiny bit faster thanks to some int -> long conversions but since 1.0.0 was not even close to being precisely benchmarked, you need to take it on faith :)

Files

  • Jar file for class only
  • Zip for class and sources