Commit Graph

10 Commits (e432bb9cd9e3c5452ca6678154e1a64948b28283)

Author SHA1 Message Date
Michael Christen c04bfaa51b refactoring
13 years ago
low012 3b40b98256 *) set SVN properties
14 years ago
orbiter d84b4a072e healing for some OOM problems
14 years ago
orbiter 0f276dd63f - MapHeap now implements Map<byte[], Map<String, String>>
14 years ago
orbiter 6388a58fc7 better memory management and slightly less (in total and temporary) RAM allocation:
14 years ago
orbiter b03caaa57a better handling of OOM situations
15 years ago
orbiter d6391f2537 better handling of rewrite cases where the resulting rewrite blob entry is equal in size
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 c0e0e1f422 moved blob classes
15 years ago