Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I tried to get around this by creating overloads of almost all methods when you are operating on an array. `each` for instance, has a standard implementation using moveNext, and then an array implementation using a fast for loop. In some cases you could even drop down to native function calls.


Sounds reasonable. Could be better timing now as well, what with server-side javascript having become popular. Good luck with the library!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: