Skip to content

v1.3.0

Compare
Choose a tag to compare
@candid82 candid82 released this 13 Aug 14:18
· 42 commits to master since this release

General improvements

  • Added joker.git namespace to standard library.

Performance improvements

  • Added ArrayVector type for small vectors.
  • Fixed hash for collections.
  • Implemented kvreduce for HashMap.
  • Added Reduce interface (implemented by Vector and ArrayVector).