You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
orbiter
c079b18ee7
- refactoring of IntegerHandleIndex and LongHandleIndex: both classes had been merged into the new HandleMap class, which handles (key<byte[]>,n-byte-long) pairs with arbitraty key and value length. This will be useful to get a memory-enhanced/minimized database table indexing.
...
- added a analysis method that counts bytes that could be saved in case the new HandleMap can be applied in the most efficient way. Look for the log messages beginning with "HeapReader saturation": in most cases we could save about 30% RAM!
- removed the old FlexTable database structure. It was not used any more.
- removed memory statistics in PerformanceMemory about flex tables and node caches (node caches were used by Tree Tables, which are also not used any more)
- add a stub for a steering of navigation functions. That should help to switch off naviagtion computation in cases where it is not demanded by a client
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6034 6c8d7289-2bf4-0310-a012-ef5d649a1542
16 years ago
..
content
replaced tmp file extensions by prt
16 years ago
crawler
omit most of forced crawl delays by using a separat delay table which flushes delayed URLs at the correct time
16 years ago
data
- refactoring of IntegerHandleIndex and LongHandleIndex: both classes had been merged into the new HandleMap class, which handles (key<byte[]>,n-byte-long) pairs with arbitraty key and value length. This will be useful to get a memory-enhanced/minimized database table indexing.
16 years ago
htmlFilter
* fix charset detection, see http://forum.yacy-websuche.de/viewtopic.php?f=5&t=2137
16 years ago
http
refactoring of plasmaWordIndex:
16 years ago
icap
refactoring of plasmaWordIndex:
16 years ago
kelondro
- refactoring of IntegerHandleIndex and LongHandleIndex: both classes had been merged into the new HandleMap class, which handles (key<byte[]>,n-byte-long) pairs with arbitraty key and value length. This will be useful to get a memory-enhanced/minimized database table indexing.
16 years ago
language/ identification
refactoring of logging
16 years ago
net
new fully redesigned balancer and bugfixes regarding lost profile handles and killed crawls
16 years ago
plasma
- refactoring of IntegerHandleIndex and LongHandleIndex: both classes had been merged into the new HandleMap class, which handles (key<byte[]>,n-byte-long) pairs with arbitraty key and value length. This will be useful to get a memory-enhanced/minimized database table indexing.
16 years ago
server
re-designed response format for navigation:
16 years ago
tools
replaced tmp file extensions by prt
16 years ago
urlRedirector
more refactoring to make the segment object easier to use and to be prepared to integrate author navigation
16 years ago
xml
- refactoring: added new content package, which will contain connector classes for different types of data sources to import texts into the YaCy index
16 years ago
yacy
fix for http://forum.yacy-websuche.de/viewtopic.php?p=15555#p15555
16 years ago
ymage
fixed some more bad handling of byte[]
16 years ago