kostko/foograph

Replace linked lists with arrays

Closed this issue · 3 comments

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

Original comment by kos...@gmail.com on 9 Mar 2009 at 11:26

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

Original comment by anze.sta...@gmail.com on 9 Mar 2009 at 1:03

  • Changed state: Started
Merge needed

Original comment by anze.sta...@gmail.com on 10 Mar 2009 at 2:58

  • Changed state: Fixed