yacy_search_server/source/de/anomic/kelondro/order
orbiter 24cb6d68bc - renamed Stack to RecordStack to avoid name confusion with new classes
- added new Stack class that implements a stack on BLOB files
- added new Stacks class that can be used for a set of Stacks (a 'Stack Database')
- added methods to other classes to support the new stacks

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6169 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-07-03 16:35:34 +00:00
..
AbstractOrder.java
Base64Order.java serialized all logging using concurrency: 2009-06-15 21:19:54 +00:00
Bitfield.java
ByteOrder.java - more efficient comparator calls 2009-03-14 00:07:37 +00:00
CloneableIterator.java
CloneableMapIterator.java
Coding.java
Digest.java extending visibility of objects and methods to avoid synthetic accessor methods and increase performance 2009-06-30 13:25:46 +00:00
MergeIterator.java added new class RowSetArray which arranges RowSet objects like Elements in a hashtable, but still provides the functionality of sorted enumeration. The new class is now integrated into the ObjectIndexCache, which is the core class to provide index functions to all database files. The new index access is about twice as fast as before. This has strong speed enhancement effects on all parts of YaCy. 2009-03-12 23:05:18 +00:00
MicroDate.java
NaturalOrder.java - renamed Stack to RecordStack to avoid name confusion with new classes 2009-07-03 16:35:34 +00:00
Order.java even more efficient comparator calls (less System.arraycopy for primary keys) 2009-03-14 00:41:20 +00:00
RotateIterator.java
StackIterator.java added new row interator in kelondro tables files that enumerates rows 2009-02-24 10:40:20 +00:00