yacy_search_server/source/de/anomic/kelondro/order
orbiter 0e471ba33b - fixed a bug in fast digest computation
- added a open-on-demand hack to heap files: when a heap file is
  opened the first time, it is first scanned to get a key index
  and then it is closed again. This will free up file pointers
  in cases where a really large number of blob files are opened
  upon initialization of ArrayStack objects. This should solve
  also a problem reported in
  http://forum.yacy-websuche.de/viewtopic.php?p=17191#p17191

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6267 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-08-27 11:03:21 +00:00
..
AbstractOrder.java
Base64Order.java - patch to omit IndexOutOfBoundsException when a b64-encoded key appears not to be well-formed. In that case the key is still accepted but rated higher than other regular keys to create a virtual ordering between well-formed and ill-formed keys 2009-07-29 19:43:11 +00:00
Bitfield.java removed strange debugging strings 2009-07-06 15:21:43 +00:00
ByteOrder.java - patch to omit IndexOutOfBoundsException when a b64-encoded key appears not to be well-formed. In that case the key is still accepted but rated higher than other regular keys to create a virtual ordering between well-formed and ill-formed keys 2009-07-29 19:43:11 +00:00
CloneableIterator.java
CloneableMapIterator.java
Digest.java - fixed a bug in fast digest computation 2009-08-27 11:03:21 +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 - patch to omit IndexOutOfBoundsException when a b64-encoded key appears not to be well-formed. In that case the key is still accepted but rated higher than other regular keys to create a virtual ordering between well-formed and ill-formed keys 2009-07-29 19:43:11 +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
StringOrder.java - patch to omit IndexOutOfBoundsException when a b64-encoded key appears not to be well-formed. In that case the key is still accepted but rated higher than other regular keys to create a virtual ordering between well-formed and ill-formed keys 2009-07-29 19:43:11 +00:00