Replace linked lists with arrays
GoogleCodeExporter opened this issue · 3 comments
GoogleCodeExporter commented
Performance tests show that JS Arrays are faster than linked lists when
adding new elements and considering 10000000 entries (11.698 s for linked
list vs. 8.735 for array).
Original issue reported on code.google.com by kos...@gmail.com
on 9 Mar 2009 at 11:26
GoogleCodeExporter commented
Original comment by kos...@gmail.com
on 9 Mar 2009 at 11:26
- Added labels: Type-Enhancement
- Removed labels: Type-Defect
GoogleCodeExporter commented
Original comment by anze.sta...@gmail.com
on 9 Mar 2009 at 1:03
- Changed state: Started
GoogleCodeExporter commented
Merge needed
Original comment by anze.sta...@gmail.com
on 10 Mar 2009 at 2:58
- Changed state: Fixed