Commit Graph
4 Commits
Author SHA1 Message Date
James Cline ccd36d7c6d Sped up slightly. "Safer" code. 2010-05-17 19:21:41 +00:00
James Cline ff4692e96d Switched MinHeap to use std::vector.
It is now basically a wrapper for std::push_heap, std::pop_heap.
The speed tests I did indicated similar performance to the previous version, though more testing could be done on a machine with more RAM.
2010-05-17 15:03:00 +00:00
James Cline 8e055a50f1 Converted rangeset.h to use std::vector. Needs testing, still. 2010-05-13 15:14:39 +00:00
James Cline 108a506d1f Create fastlib-vector branch for swapping ArrayList -> std::vector. 2010-05-13 14:00:47 +00:00