Skip to content

Releases: pakozm/lua-mapreduce

v0.4.0

Choose a tag to compare

@pakozm pakozm released this 22 Dec 16:24

Updated with luamongo 0.5.0 and monco cxx driver legacy-1.1.0

v0.3.6

Choose a tag to compare

@pakozm pakozm released this 15 Nov 12:17

Improved tuple implementation

v0.3.5

Choose a tag to compare

@pakozm pakozm released this 14 Nov 14:07
  • 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

Choose a tag to compare

@pakozm pakozm released this 23 Jun 09:20

Solved bug in reduce when num_reducers > 10

v0.3.3

Choose a tag to compare

@pakozm pakozm released this 22 Jun 16:57
  • Improved reduce merge efficiency by the addition of merge based in a heap queue.
  • Added Travis CI support.

v0.3.2

Choose a tag to compare

@pakozm pakozm released this 19 May 09:20

Iterative MapReduce example for April-ANN toolkit

v0.3.1

Choose a tag to compare

@pakozm pakozm released this 17 May 10:39

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

Choose a tag to compare

@pakozm pakozm released this 15 May 10:58

Sorted pair iterator in finalfn function

v0.2-1

Choose a tag to compare

@pakozm pakozm released this 11 May 16:36

Updated release numbers

v0.2-0

Choose a tag to compare

@pakozm pakozm released this 11 May 16:32

Added iterative map-reduce