Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #29622
| Newsgroups | comp.lang.javascript |
|---|---|
| Date | 2016-02-16 22:24 -0800 |
| Message-ID | <9f70cd71-da91-478c-ac97-392fcb7c7a63@googlegroups.com> (permalink) |
| Subject | library for fast map/filter/reduce |
| From | glathoud <glathoud@yahoo.fr> |
Hello, I'd like to share a library that permits to write map/filter/reduce code that runs much faster than the corresponding native Array methods. It works by generating fast JS code automatically, with a single for loop whenever possible, and also includes logical functions and object/array conversions functions. http://glat.info/transfun/ Best regards, Guillaume
Back to comp.lang.javascript | Previous | Next — Next in thread | Find similar | Unroll thread
library for fast map/filter/reduce glathoud <glathoud@yahoo.fr> - 2016-02-16 22:24 -0800
Re: library for fast map/filter/reduce Scott Sauyet <scott.sauyet@gmail.com> - 2016-02-18 20:01 -0800
Re: library for fast map/filter/reduce glathoud <glathoud@yahoo.fr> - 2016-02-19 02:10 -0800
Re: library for fast map/filter/reduce Scott Sauyet <scott.sauyet@gmail.com> - 2016-02-19 08:44 -0800
Re: library for fast map/filter/reduce glathoud <glathoud@yahoo.fr> - 2016-02-20 04:03 -0800
Re: library for fast map/filter/reduce Ben Bacarisse <ben.usenet@bsb.me.uk> - 2016-02-20 13:59 +0000
Re: library for fast map/filter/reduce glathoud <glathoud@yahoo.fr> - 2016-02-23 21:53 -0800
Re: library for fast map/filter/reduce "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-02-23 19:22 -0800
Re: library for fast map/filter/reduce glathoud <glathoud@yahoo.fr> - 2016-02-23 22:11 -0800
csiph-web