-
Notifications
You must be signed in to change notification settings - Fork 24
Releases: kevwan/mapreduce
Releases · kevwan/mapreduce
v2.1.1
What's Changed
- chore: tweak module name, follow go mod major version update docs by @zcong1993 in #3
New Contributors
- @zcong1993 made their first contribution in #3
Full Changelog: v2.1.0...v2.1.1
Assets 2
v2.1.0
Generics version now goes default.
Assets 2
v1.2.0
Non-generic version.
Assets 2
Release v2.0.1
Generics version.
Handled panics in mapper and reducer functions.
Panics will panic in the calling goroutines.
Assets 2
2 people reacted
Release v1.1.1
- Add
ForEachmethod. - Avoid goroutine panic on specific condition.
Assets 2
1 person reacted
Release v1.1.0
Handled panics in mapper and reducer functions.
Panics will panic in the calling goroutine.
Assets 2
Release v1.0.2
Handled panics in mapper and reducer functions.
Panics will panic in the calling goroutine.
Assets 2
Release v2.0.0
First release of generics version.
import "github.com/kevwan/mapreduce/v2
Assets 2
Release v1.0.1
Simplified the code.
Removed AtomicError and DoneChan for easy reading.
Assets 2
1 person reacted
Release v1.0.0
The first release of the separate mapreduce repo.
Check out more examples from https://github.com/zeromicro/zero-examples/tree/main/mapreduce
Assets 2
1 person reacted