..
kelondroAbstractIOChunks.java
- refactoring of data access methods to be prepared for new cell data structure
16 years ago
kelondroAbstractOrder.java
added final where possible
17 years ago
kelondroAbstractRA.java
fine-tuning of cache usage from SVN 5386 and a bug fix for overflow in available() method
17 years ago
kelondroAbstractRecords.java
- refactoring of data access methods to be prepared for new cell data structure
16 years ago
kelondroArray.java
- removed superfluous copyright statement
17 years ago
kelondroAttrSeq.java
more performance hacks
17 years ago
kelondroBLOB.java
- refactoring of data access methods to be prepared for new cell data structure
16 years ago
kelondroBLOBArray.java
- refactoring of data access methods to be prepared for new cell data structure
16 years ago
kelondroBLOBCompressor.java
- refactoring of data access methods to be prepared for new cell data structure
16 years ago
kelondroBLOBGap.java
replaced the storing procedure for the index ram cache with a method that generates BLOBHeap-compatible dumps
16 years ago
kelondroBLOBHeap.java
- refactoring of data access methods to be prepared for new cell data structure
16 years ago
kelondroBLOBHeapModifier.java
- refactoring of data access methods to be prepared for new cell data structure
16 years ago
kelondroBLOBHeapReader.java
replaced the storing procedure for the index ram cache with a method that generates BLOBHeap-compatible dumps
16 years ago
kelondroBLOBHeapWriter.java
replaced the storing procedure for the index ram cache with a method that generates BLOBHeap-compatible dumps
16 years ago
kelondroBLOBTree.java
- refactoring of data access methods to be prepared for new cell data structure
16 years ago
kelondroBase64Order.java
removed the permanent cache flush and replaced it with a periodic cache flush
16 years ago
kelondroBinSearch.java
added final where possible
17 years ago
kelondroBitfield.java
more performance hacks
17 years ago
kelondroBufferedEcoFS.java
shifted index deletion-on-exit rule to the class where the errors are produced
17 years ago
kelondroBufferedIOChunks.java
- added a read cache to the RAFile interface to RandomAccessFile
17 years ago
kelondroBufferedRA.java
fine-tuning of cache usage from SVN 5386 and a bug fix for overflow in available() method
17 years ago
kelondroByteArray.java
fix for NPE in BLOBCompressor
17 years ago
kelondroByteOrder.java
removed the permanent cache flush and replaced it with a periodic cache flush
16 years ago
kelondroBytesIntMap.java
removed active profiling in kelondroRowSet
16 years ago
kelondroBytesLongMap.java
removed active profiling in kelondroRowSet
16 years ago
kelondroCache.java
removed active profiling in kelondroRowSet
16 years ago
kelondroCachedFileRA.java
fixed a cache-bug in cachedFileRA
16 years ago
kelondroCachedRecords.java
removed active profiling in kelondroRowSet
16 years ago
kelondroChannelRA.java
fine-tuning of cache usage from SVN 5386 and a bug fix for overflow in available() method
17 years ago
kelondroChunkIterator.java
changed interface to colletctionIndex and adopted all implementing classes:
17 years ago
kelondroCloneableIterator.java
- removed superfluous copyright statement
17 years ago
kelondroCloneableMapIterator.java
added final where possible
17 years ago
kelondroCoding.java
- removed superfluous copyright statement
17 years ago
kelondroCollectionIndex.java
- refactoring of data access methods to be prepared for new cell data structure
16 years ago
kelondroColumn.java
more performance hacks
17 years ago
kelondroDigest.java
- added fast fingerprint computation for files (any). Will be used in new index dump method
17 years ago
kelondroEcoFS.java
fine-tuning of cache usage from SVN 5386 and a bug fix for overflow in available() method
17 years ago
kelondroEcoTable.java
removed active profiling in kelondroRowSet
16 years ago
kelondroException.java
added final where possible
17 years ago
kelondroFileRA.java
fine-tuning of cache usage from SVN 5386 and a bug fix for overflow in available() method
17 years ago
kelondroFixedWidthArray.java
added final where possible
17 years ago
kelondroFlexTable.java
removed active profiling in kelondroRowSet
16 years ago
kelondroFlexWidthArray.java
shifted index deletion-on-exit rule to the class where the errors are produced
17 years ago
kelondroFullRecords.java
more performance hacks
17 years ago
kelondroHandle.java
* removed some warnings of findbugs ( http://findbugs.sf.net )
17 years ago
kelondroHashtable.java
* removed some warnings of findbugs ( http://findbugs.sf.net )
17 years ago
kelondroIOChunks.java
- refactoring of data access methods to be prepared for new cell data structure
16 years ago
kelondroIndex.java
removed active profiling in kelondroRowSet
16 years ago
kelondroIntBytesMap.java
removed active profiling in kelondroRowSet
16 years ago
kelondroLock.java
added final where possible
17 years ago
kelondroMHashMap.java
* removed some warnings of findbugs ( http://findbugs.sf.net )
17 years ago
kelondroMScoreCluster.java
small fixes
17 years ago
kelondroMSetTools.java
more performance hacks
17 years ago
kelondroMap.java
- added a read cache to the RAFile interface to RandomAccessFile
17 years ago
kelondroMapDataMining.java
fix for bug in seed list management (cause was bad class overloading, only visual effects!)
17 years ago
kelondroMergeIterator.java
- added and removed some debugging output
17 years ago
kelondroMicroDate.java
added final where possible
17 years ago
kelondroNaturalOrder.java
added final where possible
17 years ago
kelondroNode.java
performance hacks
17 years ago
kelondroObjectBuffer.java
added final where possible
17 years ago
kelondroObjectSpace.java
* removed some warnings of findbugs ( http://findbugs.sf.net )
17 years ago
kelondroOrder.java
- removed superfluous copyright statement
17 years ago
kelondroOutOfLimitsException.java
added final where possible
17 years ago
kelondroRA.java
fine-tuning of cache usage from SVN 5386 and a bug fix for overflow in available() method
17 years ago
kelondroRAIOChunks.java
- added a read cache to the RAFile interface to RandomAccessFile
17 years ago
kelondroRAMIndex.java
try to fix some performance problems with the internal index management:
16 years ago
kelondroRecords.java
enhanced memory allocation during database access:
18 years ago
kelondroRelations.java
* refactoring
17 years ago
kelondroRotateIterator.java
added final where possible
17 years ago
kelondroRow.java
- refactoring of data access methods to be prepared for new cell data structure
16 years ago
kelondroRowCollection.java
try to fix some performance problems with the internal index management:
16 years ago
kelondroRowSet.java
try to fix some performance problems with the internal index management:
16 years ago
kelondroSQLTable.java
removed active profiling in kelondroRowSet
16 years ago
kelondroSortStack.java
* removed some warnings of findbugs ( http://findbugs.sf.net )
17 years ago
kelondroSortStore.java
added final where possible
17 years ago
kelondroSplitTable.java
removed active profiling in kelondroRowSet
16 years ago
kelondroStack.java
- fixed several bugs in database management functions
17 years ago
kelondroTree.java
- set status of kelondroTree, kelondroBLOBTree and kelondroFlexTable to deprecated
17 years ago
kelondroXMLTables.java
* removed some warnings of findbugs ( http://findbugs.sf.net )
17 years ago