jlongster / transducers.js

A small library for generalized transformation of data (inspired by Clojure's transducers)
BSD 2-Clause "Simplified" License
1.73k stars 54 forks source link

A performance #14

Closed xgrommx closed 9 years ago

xgrommx commented 9 years ago

I created some test with several libraries like a lodash or linq and I got an awesome result with your library http://jsperf.com/like-a-linq-libraries-performance/4

jlongster commented 9 years ago

:+1: