Commit Graph

12 Commits (a0d5e7b6e6829e4c99200fe84c606032ebc8e7b7)

Author SHA1 Message Date
orbiter b45701d20f this is a re-implementation of the YaCy Block Rank feature 14 years ago
orbiter e1b6916423 always try to guess the size of a StringBuilder to prevent too many memory re-allocations 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 60e71876ad - more abstraction (HashMap -> Map) 15 years ago
orbiter e3e5e05ec2 fix for problem in ranking setting which was caused by the introduction of a toString() method in serverObjects 15 years ago
orbiter 82f57f79e5 more PMD enhancements 15 years ago
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 4c6312d103 enhanced image search 16 years ago
low012 53bbdfd19a *) setting SVN keywords 16 years ago
orbiter 0e8647d62f refactoring of search classes 16 years ago
orbiter be1c7ddc64 refactoring of search classes -- moved Ranking Profile to search package 16 years ago