Skip to content

Releases: koss-null/FuncFrog

v1.0.7

27 Jan 22:49
61f1527
Compare
Choose a tag to compare
  • Fixed rare panic issue with All() function. Add non-flapping test to catch this behavior
  • Improved All() parallel performance more than 10x times
  • Improved First() parallel performance 1.5x times
  • Add initial performance tests. Check out ./perf folder

v1.0.6

21 Jan 21:53
532c8e3
Compare
Choose a tag to compare
  • Sufficient speed boost since avoiding slice copying on creation using pipe.Slice.
  • ff.Filter, ff.MapFilter methods implemented
  • pipe.MapFilter[SrcT, DstT] method implemented

v1.0.5

23 Nov 21:32
8e252b1
Compare
Choose a tag to compare

Error handling through Yeet/Snag
Nifty Map and Reduce with ff package

v1.0.4

03 Aug 21:10
Compare
Choose a tag to compare

add Repeat constructor

v1.0.3

01 Aug 21:29
6d9dc33
Compare
Choose a tag to compare

Fixed minor concurrency issues.
Add -race flag to the tests to be able to catch such issued asap.

v1.0.2

29 Jul 17:50
1aafde3
Compare
Choose a tag to compare
Merge pull request #9 from koss-null/v1.0.2

V1.0.2

v1.0.1

29 Jul 00:05
Compare
Choose a tag to compare

Minor technical fixes due to repository renaming

v1.0.0

28 Jul 18:09
Compare
Choose a tag to compare

Stable release

0.8.0

11 Dec 10:15
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release

fixed the bug with Reduce. Add tests not to break it again

changed parallel Mergesort into QSort

10 Dec 23:43
Compare
Choose a tag to compare
Pre-release

it's basically everything that was done on the release.
Added a lot of tests for the sort, so it should work file in all cases