|
|
|
|
|
by benmmurphy
4828 days ago
|
|
i might have missed something but it looks like the .NET version sorts by the string values and the nodejs one sorts by calling parseFloat on the string values first. presumably this is going to slow down the nodejs version. |
|