Commit Graph

3 Commits (4a5100789faf4f0a2215a3910c02246607eadb2a)

Author SHA1 Message Date
orbiter 4a5100789f replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration.
15 years ago
orbiter 2d8f3ee301 some performance hacks
15 years ago
orbiter 735e2737e3 * added index segments
16 years ago