Show HN: Fast.js – faster reimplementations of native JavaScript functions
1–10 of 168 posts
Re: Show HN: Fast.js – faster reimplementations of native JavaScript functions
#2Re: Show HN: Fast.js – faster reimplementations of native JavaScript functions
#3Re: Show HN: Fast.js – faster reimplementations of native JavaScript functions
#4Some V8 people here ? how can a JS re-implementation be faster than the native implementation of a function ?
Re: Show HN: Fast.js – faster reimplementations of native JavaScript functions
#5Some V8 people here ? how can a JS re-implementation be faster than the native implementation of a function ?
native functions often have to cover complicated edge cases from the ECMAScript specification [...] By optimising for the 99% use case, fast.js methods can be up to 5x faster than their native equivalents.Re: Show HN: Fast.js – faster reimplementations of native JavaScript functions
#6Some V8 people here ? how can a JS re-implementation be faster than the native implementation of a function ?
Re: Show HN: Fast.js – faster reimplementations of native JavaScript functions
#7Some V8 people here ? how can a JS re-implementation be faster than the native implementation of a function ?
The two functions do not necessarily work the same way - the native implementation handles edge cases that the fast version drops.
Re: Show HN: Fast.js – faster reimplementations of native JavaScript functions
#8Re: Show HN: Fast.js – faster reimplementations of native JavaScript functions
#9Some V8 people here ? how can a JS re-implementation be faster than the native implementation of a function ?
Re: Show HN: Fast.js – faster reimplementations of native JavaScript functions
#10Some V8 people here ? how can a JS re-implementation be faster than the native implementation of a function ?