Skip to content

v0.9.0 - Benchmarking and Optimizations

Choose a tag to compare

@ver1619 ver1619 released this 11 Apr 07:03
· 8 commits to main since this release

v0.9.0

Notes:

  • Redesigned FlatMap to use slice-based expansion
  • Previous FlatMap (iterator- based) behaviour moved to FlatMapIter
  • Stream API extended with new control and terminal operations
  • Merged ./advanced into ./ops enabling simple API use
  • Added Benchmarks and edge-case tests added to validate performance and correctness
  • Refined comments for full godoc coverage and eliminate go vet violations
  • CI pipeline to automate build + test + vet
  • Enforced linting standards