JAMES LONG

Tag: transducers

Transducers.js Round 2 with Benchmarks

October 12, 2014
Over the past week I've been hard at work polishing and benchmarking my transducers library. I just published a new version with benchmarks so let's take a look at the new features and performance.

Transducers.js: A JavaScript Library for Transformation of Data

September 18, 2014
In this post we study transducers, a new technique from Clojure, for generalizing how we transform data. I have implemented them in JavaScript and released <a href="https://github.com/jlongster/transducers.js">transducers.js</a>, which will radically simplify how you deal with data transformation across all data types.