yacy_search_server/source/net/yacy/kelondro/table
2010-03-09 13:32:15 +00:00
..
ChunkIterator.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
Records.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
RecordStack.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
Relations.java added extensive memory protection logic to avoid out of memory errors that may be caused by the RowCollection memory allocation function 2009-12-09 23:27:26 +00:00
SplitTable.java fix for deadlock when initializing a SplitTable with a file of size 0, see also: 2010-01-14 23:03:48 +00:00
SQLTable.java replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration. 2009-12-02 00:37:59 +00:00
Table.java better handling of table copy abandon .. prevent memory leak 2010-03-09 13:32:15 +00:00