Commit Graph

91 Commits (6b06e94c8c83a8081eab4cfdfb37d64ec6aaa87b)

Author SHA1 Message Date
orbiter 6388a58fc7 better memory management and slightly less (in total and temporary) RAM allocation:
14 years ago
orbiter 5924a0d851 - enhanced concurrency in database index access for multicore
14 years ago
orbiter 5841ee83d3 refactoring
15 years ago
orbiter ce8dc575ca refactoring
15 years ago
orbiter bea3b99aff moved table and util classes
15 years ago
orbiter 194da25a2f moved kelondro index
15 years ago
orbiter 1d8d51075c refactoring:
16 years ago
orbiter 5bb8074150 removed the indexing queue. This queue was superfluous since the introduction of the blocking queues last year, where documents are parsed, analysed and stored in the index with concurrency.
16 years ago
orbiter 9a674d8047 - After the removal of the Tree class some code simplifications are possible. This affects mostly the Records class, which can be refactored and the result of the refactoring results in a reduced number of classes.
16 years ago
orbiter ae015e8e98 refactoring of blob package classes
16 years ago
orbiter c079b18ee7 - refactoring of IntegerHandleIndex and LongHandleIndex: both classes had been merged into the new HandleMap class, which handles (key<byte[]>,n-byte-long) pairs with arbitraty key and value length. This will be useful to get a memory-enhanced/minimized database table indexing.
16 years ago
orbiter e16c25ddf7 (peak-) performance hacks
16 years ago
orbiter 94110df85a moved logging partially to kelondro
16 years ago
orbiter 83ce65707a (almost) completed partition of classes in kelondro
16 years ago
orbiter 7ee494fde5 more refactoring of kelondro:
16 years ago
orbiter bf93767ec6 refactoring of kelondro database classes
16 years ago
orbiter fc27bf8c4c refactoring of kelondro classes:
16 years ago
lotus 5280ad638d added basic performance page
16 years ago
lotus 736dd86193 - option enableSimpleConfig can disable hidden tables
16 years ago
orbiter 536e77e8b7 modifications towards a single database operation to read/write http header and cached file at once:
16 years ago
danielr 3bb870bfcd added final where possible
17 years ago
orbiter c3d461d191 - removed superfluous copyright statement
17 years ago
orbiter 3ca98fee42 removed superfluous copyright statement
17 years ago
danielr 7feae906aa - organize imports
17 years ago
orbiter 541b817502 refactoring of switchboard queueing
17 years ago
orbiter 7150b463ff changed handling of default values and database paths:
17 years ago
danielr fbe335db73 consistent use of de.anomic.server.serverMemory to get information about memory statistics
17 years ago
orbiter 9eb746863d interface enhancements for eco records memory statistics
17 years ago
orbiter 94f21d9403 activated new kelondroEcoTable file structure.
17 years ago
orbiter 03e7782269 more generics
17 years ago
orbiter f7c5ccedc7 more generics
17 years ago
fuchsi 0e1738899f * Complete number localization and provide a more reasonable interface to serverObjects:
17 years ago
fuchsi f717beecb1 - Changed yFormatter handling to be more flexible and produce more readable code for server pages. There are serverObject.putNum() methods to allow adding of number type values in a formatted form, and put() methods for number types that add them without formatting. This reduces the need to transform them into Strings in server pages and removes the HTML encoding step which is unecessary for numbers.
17 years ago
orbiter dbd1eeead5 fix for missing object miss-cache flush value:
17 years ago
orbiter 9628db6cdc enhanced memory allocation during database access:
18 years ago
orbiter 9ca46a8c69 indexing of local (intranet) urls enabled
18 years ago
orbiter dca85b82ff fix for wrong memory display
18 years ago
orbiter 9c41132569 re-implemented gc-button (has been lost somewhere)
18 years ago
orbiter eeb5d62bff fix for http://www.yacy-forum.de/viewtopic.php?p=34484#34484
18 years ago
orbiter b3ca177a5d fix for http://www.yacy-forum.de/viewtopic.php?p=32797#32797
18 years ago
orbiter d755a8026d - better OOM protection
18 years ago
orbiter 1cba31de43 redesigned ram organization for database caches
18 years ago
low012 0d2431d6f7 *) removed printed out '<br />' in row Hit-Size Miss-Size by moving <br /> from Java file to HTML file.
18 years ago
karlchenofhell ecbd91fc77 - <br /> instead of <br> => valid
18 years ago
orbiter 109ed0a0bb - cleaned up code; removed methods to write the old data structures
18 years ago
orbiter 052f28312a removed assortments from indexing data structures
18 years ago
auron_x f80a1304c2 *) check if xmx is greater or equal xms did not work in every case
18 years ago
orbiter 147d88cf23 re-design of database caching
18 years ago
orbiter 2a9d868f6d - removed object cache from kelondroTree
18 years ago
orbiter b79e06615d - added new LURL.Entry class for next database migration
18 years ago