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/
187 stars 33 forks source link

Use async/await pattern for simplicity #8

Closed josevalim closed 9 years ago

josevalim commented 9 years ago

I missed this the first time around! :D

dimroc commented 9 years ago

Oh man, this is way better. Thanks.