yacy_search_server/source/net/yacy/kelondro/table
orbiter d607b30b6a performance enhancements for search and code review for database functions
- removed read cache from Records data structure because the read cache had no cache hit during search operation
- copied old read-cache class to CachedRecords and the old, now new Records class does not have the cache any more and a code review checked that data structures and synchronization is clean
- removed unnecessary synchronization from Table class during get()

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7237 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-10-11 11:01:50 +00:00
..
ChunkIterator.java - corrected return value of put() methods (not used anywhere, so it did not harm before) 2010-09-15 10:43:14 +00:00
Relations.java better memory management and slightly less (in total and temporary) RAM allocation: 2010-08-04 13:33:12 +00:00
SplitTable.java enhanced search speed: 2010-09-20 13:17:25 +00:00
SQLTable.java performance hacks 2010-09-14 14:32:24 +00:00
Table.java performance enhancements for search and code review for database functions 2010-10-11 11:01:50 +00:00