Commit Graph

20 Commits (28bd3e62b15d45f4f1fbdd908b464efb00a7f7b1)

Author SHA1 Message Date
Michael Peter Christen f78ce93a80 collection of speed and memory saving hacks 13 years ago
orbiter 52230a6864 replaced catching of Exception with Throwable, which catches also Errors 14 years ago
sixcooler 5f8a5ca32d - not doing merge-jobs while short on Memory 14 years ago
orbiter b666a929e7 fixed Semaphore handling in case of interruptions 14 years ago
orbiter b45701d20f this is a re-implementation of the YaCy Block Rank feature 14 years ago
orbiter 1989ebc24b removed more warnings 14 years ago
orbiter a07a1a8b1e removed type cast warnings 14 years ago
low012 3b40b98256 *) set SVN properties 14 years ago
orbiter 37b8827a7a - removed the UPnP library sources from sbbi and added the jar library again. The library was included to get support for fedora releases, but after this time the fact that the sbbi cannot be part of fedora should be re-discussed. If this will still not be possible, then we may integrate the sbbi UPnP package using reflection. 15 years ago
orbiter 455a763d7c performance hacks 15 years ago
orbiter 8b8107b2a3 reduced IO-load and synchronization/blocking 15 years ago
orbiter ed07046870 flush only when > 3000 RWIs present + code cleanup 15 years ago
orbiter dd459281c8 applied code changes that are recommended by PMD 15 years ago
orbiter 83d05e9176 added sixcoolers hack with some modifications: 15 years ago
orbiter 362b7a929b added extensive memory protection logic to avoid out of memory errors that may be caused by the RowCollection memory allocation function 15 years ago
orbiter 4a5100789f replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration. 15 years ago
orbiter 4431b9767e added about 450 replacements for printStackTrace() methods to pipe such traces into the log at DATA/LOG/ 16 years ago
orbiter bea3b99aff moved table and util classes 16 years ago
orbiter c0e0e1f422 moved blob classes 16 years ago
orbiter 1e4f8b56ed accumulated classes from different packages into the new rwi package 16 years ago