Michael Peter Christen
|
10da7335ea
|
performance hack: use a hash cache for all hashes that are computed by a
byte array. If this hash is used in a HashMap (which is very often the
case) then this hack eliminates a lot of re-computations of the same
hash.
|
13 years ago |
Michael Peter Christen
|
c15fcde1c8
|
add-on to latest commit
|
13 years ago |
Michael Peter Christen
|
cf47d94888
|
performance hack to parse numbers inside of substrings without actually
generating a substring. This avoids the allocation of a String object
ech time a substring is parsed. Should affect CPU load during RWI
transmission.
|
13 years ago |
Michael Peter Christen
|
14f67f217c
|
refactoring of ContentDomain: now subclass of Classification
|
13 years ago |
Michael Peter Christen
|
a1a5b015d8
|
refactoring: moved document Classification to cora package
|
13 years ago |
Michael Peter Christen
|
ef78f22ee1
|
performance hack
|
13 years ago |
Roland 'Quix0r' Haeder
|
a3083d13bf
|
Blacklist checks are now always turned on, in media searches (e.g. image search) images matching blacklist entries are no longer shown to the user
|
13 years ago |
orbiter
|
5a55397f99
|
some last-minute performance hacks
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8101 6c8d7289-2bf4-0310-a012-ef5d649a1542
|
13 years ago |
orbiter
|
d2ea250d99
|
refactoring:
- moved many classes from de.anomic to net.yacy
- made more sub-packages for search classes
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7973 6c8d7289-2bf4-0310-a012-ef5d649a1542
|
14 years ago |