Skip to content

Releases: pakozm/lua-mapreduce

v0.4.0

22 Dec 16:24
Compare
Choose a tag to compare

Updated with luamongo 0.5.0 and monco cxx driver legacy-1.1.0

v0.3.6

15 Nov 12:17
Compare
Choose a tag to compare

Improved tuple implementation

v0.3.5

14 Nov 14:07
Compare
Choose a tag to compare
  • Use of tuple in emit function.
  • Added tuple for in-mutable and interned values.
  • Silent fault tolerance when non reduce jobs.
  • Added error message when mixing not-string and string keys in persistent_table objects.
  • Updated persistent table to allow lock and unlock methods.
  • Solved compilation problems in Travis CI.

v0.3.4

23 Jun 09:20
Compare
Choose a tag to compare

Solved bug in reduce when num_reducers > 10

v0.3.3

22 Jun 16:57
Compare
Choose a tag to compare
  • Improved reduce merge efficiency by the addition of merge based in a heap queue.
  • Added Travis CI support.

v0.3.2

19 May 09:20
Compare
Choose a tag to compare

Iterative MapReduce example for April-ANN toolkit

v0.3.1

17 May 10:39
Compare
Choose a tag to compare

Better fault tolerance has been added to workers. Combiner function is possible, and reduce function has been generalized to emit zero or more values.

v0.2.2

15 May 10:58
Compare
Choose a tag to compare

Sorted pair iterator in finalfn function

v0.2-1

11 May 16:36
Compare
Choose a tag to compare

Updated release numbers

v0.2-0

11 May 16:32
Compare
Choose a tag to compare

Added iterative map-reduce