Commit Graph

5 Commits (54af9e6b496f81600e19a38853dc981f2fdc9dbc)

Author SHA1 Message Date
orbiter dd459281c8 applied code changes that are recommended by PMD
15 years ago
orbiter e34e63a039 preset of proper HashMap dimensions: should prevent re-hashing and increase performance
15 years ago
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