dimroc / etl-language-comparison

Count the number of times certain words were said in a particular neighborhood. Performed as a basic MapReduce job against 25M tweets. Implemented with different programming languages as a educational exercise.
http://blog.dimroc.com/2015/11/14/etl-language-showdown-pt3/
186 stars 33 forks source link

add Mathematica implementation #32

Closed kklobe closed 8 years ago

kklobe commented 8 years ago

Any interest in a Mathematica implementation? Not sure if any proprietary/closed-source languages are desired, but I was surprised by the terseness and performance.

dimroc commented 8 years ago

Hi @kklobe, sorry for the late reply!

You weren't kidding when you said it was terse. This and the shell implementation might go down to the character.

Unfortunately, I haven't installed mathematica since college so I'm not sure I'll be able to run it directly. I'm going to have to just go on trust.

Thanks for the submission!