Re: [go-nuts] [ANN] Gleam now supports distributed pure Go Map Reduce

2017-01-22 Thread Pablo Rozas Larraondo
Thanks Chris! I'll go through the documentation to understand this new approach. Pablo On Mon, Jan 23, 2017 at 12:19 PM, Chris Lu wrote: > Thanks! This page has a little more details. > > https://github.com/chrislusf/gleam/wiki/Write-Mapper-Reducer-in-Go > > LuaJIT is fast. But Go code is more

Re: [go-nuts] [ANN] Gleam now supports distributed pure Go Map Reduce

2017-01-22 Thread Chris Lu
Thanks! This page has a little more details. https://github.com/chrislusf/gleam/wiki/Write-Mapper-Reducer-in-Go LuaJIT is fast. But Go code is more manageable and can have more complicated logic with libraries. Sacrificing the readability with extra type casting from interface{} seems a small cos