You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yacy_search_server/source/de/anomic/kelondro/order
orbiter 1f1399e5c5
extending visibility of objects and methods to avoid synthetic accessor methods and increase performance
16 years ago
..
AbstractOrder.java
Base64Order.java serialized all logging using concurrency: 16 years ago
Bitfield.java
ByteOrder.java - more efficient comparator calls 16 years ago
CloneableIterator.java
CloneableMapIterator.java
Coding.java
Digest.java extending visibility of objects and methods to avoid synthetic accessor methods and increase performance 16 years ago
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. 16 years ago
MicroDate.java
NaturalOrder.java simplification of the code: removed unused classes, methods and variables 16 years ago
Order.java even more efficient comparator calls (less System.arraycopy for primary keys) 16 years ago
RotateIterator.java
StackIterator.java