Convert rangeset implementation from a hashtable to GSequence.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Sun, 31 Oct 2010 21:53:05 +0000 (14:53 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Sun, 31 Oct 2010 21:53:05 +0000 (14:53 -0700)
This gives log(N) performance, but allows us to easily tell if a request
falls in the middle of an object and check for overlaps on inserts (though
that part isn't implemented yet).


No differences found