yacy_search_server/source/de/anomic/kelondro/index
2009-09-22 15:01:29 +00:00
..
ARC.java better concurrency, less blocking & performance hacks 2009-08-29 23:34:14 +00:00
BinSearch.java more memory leak fixing hacks 2009-02-11 13:31:10 +00:00
Cache.java better oom-awareness of miss-cache in cache 2009-09-22 15:01:29 +00:00
Column.java - 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. 2009-06-07 21:48:01 +00:00
ConcurrentARC.java better concurrency, less blocking & performance hacks 2009-08-29 23:34:14 +00:00
HandleMap.java enable warnings and fix most of it 2009-07-11 21:01:27 +00:00
HandleSet.java removed option to use different primary keys in kelondro tables 2009-03-13 16:52:31 +00:00
IndexTest.java a collection of 2009-06-14 22:09:08 +00:00
ObjectArray.java more refactoring of indexer and kelondro classes; 2009-03-02 10:00:32 +00:00
ObjectArrayCache.java removed option to use different primary keys in kelondro tables 2009-03-13 16:52:31 +00:00
ObjectIndex.java simplified code, removed one unused method in all implementing classes 2009-05-21 23:53:01 +00:00
ObjectIndexCache.java some performance hacks (CPU only, not IO) 2009-08-28 13:28:11 +00:00
Row.java serialized all logging using concurrency: 2009-06-15 21:19:54 +00:00
RowCollection.java - inserted new library tests inside DidYouMean 2009-09-02 13:41:56 +00:00
RowSet.java extending visibility of objects and methods to avoid synthetic accessor methods and increase performance 2009-06-30 13:25:46 +00:00
RowSetArray.java simplified code, removed one unused method in all implementing classes 2009-05-21 23:53:01 +00:00
SimpleARC.java better concurrency, less blocking & performance hacks 2009-08-29 23:34:14 +00:00