Kevwan Mapreduce Versions Save

A in-process MapReduce library to help you optimizing service response time or concurrent task processing.

v2.1.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/kevwan/mapreduce/compare/v2.1.0...v2.1.1

v1.2.0

2 years ago

Non-generic version.

v2.1.0

2 years ago

Generics version now goes default.

v2.0.1

2 years ago

Generics version.

Handled panics in mapper and reducer functions.

Panics will panic in the calling goroutines.

v1.1.1

2 years ago
  1. Add ForEach method.
  2. Avoid goroutine panic on specific condition.

v1.1.0

2 years ago

Handled panics in mapper and reducer functions.

Panics will panic in the calling goroutine.

v1.0.2

2 years ago

Handled panics in mapper and reducer functions.

Panics will panic in the calling goroutine.

v2.0.0

2 years ago

First release of generics version.

import "github.com/kevwan/mapreduce/v2

v1.0.1

2 years ago

Simplified the code.

Removed AtomicError and DoneChan for easy reading.

v1.0.0

2 years ago

The first release of the separate mapreduce repo.

Check out more examples from https://github.com/zeromicro/zero-examples/tree/main/mapreduce