Releases: koss-null/FuncFrog
Releases · koss-null/FuncFrog
v1.0.7
- 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
- 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
Error handling through Yeet/Snag
Nifty Map and Reduce with ff package
v1.0.3
Fixed minor concurrency issues.
Add -race flag to the tests to be able to catch such issued asap.
v1.0.2
Merge pull request #9 from koss-null/v1.0.2
V1.0.2
v1.0.1
Minor technical fixes due to repository renaming
0.8.0
fixed the bug with Reduce. Add tests not to break it again
changed parallel Mergesort into QSort
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