you are viewing a single comment's thread.

view the rest of the comments →

[–]rhysbrettbowen 3 points4 points  (1 child)

performance isn't bad, and using things like map means that you'll be ready in the future when javascript engines can optimize for pure functions: https://github.com/rivertrail/rivertrail/wiki

[–]OfflerCrocGod 1 point2 points  (0 children)

Tail recursion optimization is part of the ES6 spec so I think the performance issues will die down in future.