Skip to content

Releases: SurpSG/Kombi

Release 3.1.0

25 Apr 16:24
e290908
Compare
Choose a tag to compare
  • Speed up cartesian item generation
  • Speed up cartesian item toArray() method
  • Move Kombi to jitpack

Kombi 3.0.1

01 Mar 18:09
5713029
Compare
Choose a tag to compare

'Cartesian product' from Collection performance tuning.(~40% speed-up)

Kombi 3.0.0

01 Mar 14:48
72b5821
Compare
Choose a tag to compare
  • The library is fully migrated from Kotlin to Java to avoid adding of Kotlin runtime dependency to Java-only projects.
  • Small performance fixes in the generation of cartesian product.