yacy_search_server/source/net/yacy/kelondro/io
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
..
AbstractReader.java more final modifier 2009-10-12 21:59:39 +00:00
AbstractWriter.java more PMD recommendations 2010-01-12 20:53:19 +00:00
BufferedRecords.java removed unnecessary cache flush call in backend of BufferedRecords 2010-03-26 12:44:13 +00:00
ByteCount.java counting crawler traffic again: 2010-09-11 15:58:15 +00:00
ByteCountInputStream.java counting crawler traffic again: 2010-09-11 15:58:15 +00:00
ByteCountOutputStream.java counting crawler traffic again: 2010-09-11 15:58:15 +00:00
CachedFileReader.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
CachedFileWriter.java - avoid unnecessary host name lookups for localhost 2009-11-16 23:00:54 +00:00
CachedRecords.java performance enhancements for search and code review for database functions 2010-10-11 11:01:50 +00:00
CharBuffer.java - enhanced concurrency in database index access for multicore 2010-08-03 04:58:48 +00:00
RandomAccessIO.java more final modifier 2009-10-12 21:59:39 +00:00
Reader.java moved io classes 2009-10-10 01:00:49 +00:00
Records.java performance enhancements for search and code review for database functions 2010-10-11 11:01:50 +00:00
Writer.java moved io classes 2009-10-10 01:00:49 +00:00