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
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