Closed maxnordlund closed 9 years ago
I've added one of the changes to the latest release 0.5.8, specifically the changes to SortedSet#add.
The others I feel are not hot enough parts of the code to warrant the change, but SortedSet#add is heavily used so it was a worthwhile change balancing performance with readability etc.
Thanks!
This changes all Array.prototype.slice.call(arguments) into for loops. This is to avoid performance issues with deoptimization.