pixie-lang / pixie

A small, fast, native lisp with "magical" powers
GNU General Public License v3.0
2.35k stars 124 forks source link

fixes the speed of iterates reduce #500

Closed thomasmulvaney closed 8 years ago

thomasmulvaney commented 8 years ago

@oholiab the reduce implementation was creating some lazyseqs which was making it not as performant as it should have been.

oholiab commented 8 years ago

Nice :) Thanks for keeping me in the loop!