Commit Graph

14 Commits (bea81379971fe28a314e8ea58c07db6a521c5dd2)

Author SHA1 Message Date
low012 3b40b98256 *) set SVN properties
14 years ago
orbiter cb1f49d0f2 replaced all 'new String' with default encoding (missing) or UTF-8 encoding with a String generation method that uses a pre-defined Charset constant for UTF-8. This avoids a cache-lookup for the Charset object using String hashing of the String 'UTF-8'.
14 years ago
orbiter 1110d16af9 performance hack: replaced generic row.getColBytes() call with row.getPrimaryKeyBytes() where the column is 0
14 years ago
orbiter 5924a0d851 - enhanced concurrency in database index access for multicore
15 years ago
orbiter 60e71876ad - more abstraction (HashMap -> Map)
15 years ago
orbiter c45117f81f fixed dates in metadata
15 years ago
orbiter 64f29f990e a collection of performance hacks and code cleanup:
15 years ago
orbiter 25aef069a6 continuing String-hash - to - byte[]-hash redesign that was started in SVN 6775
15 years ago
orbiter dd459281c8 applied code changes that are recommended by PMD
16 years ago
orbiter d77a8f3b3e added some modifications recommended by PMD for better performance
16 years ago
orbiter 4df88a4e7a - fixes for missing or bad hashCode computation
16 years ago
orbiter dbdf2570ba added comparator and more fixes for SortStack/SortStore
16 years ago
orbiter bea3b99aff moved table and util classes
16 years ago
orbiter 194da25a2f moved kelondro index
16 years ago