yacy_search_server/source
orbiter 210ede8230 added a class for byte-array management. This was the result of a very large experiment
to replace byte[] objects within kelondro. Frequent System.arraycopy are common when
kelondroRow.Entry objects are handled. This class may be used to prevent this.
However, experimental replacement of byte[] by kelondroByteArray in kelondroRow.Entry
resulted in complete re-write of large parts of kelondro. This experiment did not
completely lead to a result, because then the interface to kelondro had to be changed
also from byte[] to kelondroByteArray, which may have caused a rewrite of large parts
of YaCy. The experiment is therefore abanonded, but this class remains here without
any function but possibly for future use.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3531 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-03-30 08:44:43 +00:00
..
de/anomic added a class for byte-array management. This was the result of a very large experiment 2007-03-30 08:44:43 +00:00
dbtest.java fixed shutdown problem 2007-03-09 08:48:47 +00:00
genpw.java created password generator for scripts. 2006-10-14 16:50:25 +00:00
migration.java redesigned ram organization for database caches 2007-03-06 22:43:32 +00:00
yacy.java added option to configure a path to a secondary index location. 2007-03-24 15:28:17 +00:00