Commit Graph

8 Commits (9f9f634de25017184ce3f1d8558f349b15465e02)

Author SHA1 Message Date
low012 3b40b98256 *) set SVN properties 14 years ago
orbiter b18a7606a0 some performance hacks and fixed after reading dump in 15 years ago
orbiter 1a8a134e0c continuing String-hash - to - byte[]-hash redesign that was started in SVN 6775 and continued in SVN 6790 15 years ago
orbiter dd459281c8 applied code changes that are recommended by PMD 15 years ago
orbiter 362b7a929b added extensive memory protection logic to avoid out of memory errors that may be caused by the RowCollection memory allocation function 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 1e4f8b56ed accumulated classes from different packages into the new rwi package 16 years ago