Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rewritten the core of the memory model to greatly improve performance…
… and capacity

 - the score pools are now a binary search tree
 - the linked lists of items are now double-linked and head and tail are kept track of to speed in adding and removal
 - the score pools hold the head and tail of a list
 - this has yeilded a queue that is from 10x - 5000x+ faster...the largest gain coming from very large populated queue
  • Loading branch information
Dwayn Matthies authored and ngerakines committed Sep 10, 2010
1 parent 9d95fa5 commit fa05d33
Show file tree
Hide file tree
Showing 2 changed files with 590 additions and 0 deletions.

0 comments on commit fa05d33

Please sign in to comment.