Commit Graph

10 Commits

Author SHA1 Message Date
af48ba7e17 Remove always true dedup from Rdb::init 2016-08-31 11:13:31 +02:00
b0d66c7eb4 Remove always true isTreeBalanced from Rdb::init 2016-08-31 11:13:31 +02:00
01c655dd5b Remove unused loadFromDiskCache & pc from Rdb::init 2016-08-31 11:13:31 +02:00
230e552393 Remove unused maxCacheMem & maxCacheNodes from Rdb::init 2016-08-31 11:13:31 +02:00
d40ecb2f8e Replace INT32/INT64 and likes with PRId32 and likes. Add space before definition. 2016-05-20 09:18:32 +02:00
b73bc3c819 Remove commented out code. Simplify statements. Replace INT32/INT64 with PRId32/PRId64. 2016-05-12 12:45:48 +02:00
7db27601e5 Remove commented out code in Doledb 2016-05-10 16:15:32 +02:00
be9840d1c0 Replaced Threads.* with a jobscheduler
Threads were being created and destroyed which can be expensive. The
thread-per-job model has been changed to a job scheduler that manages the job
queues and threads in pools. The submission of a job now specifies start/finish
routines, state, and as precisely what kind of job it is. The job scheduler then
takes care of the rest. it is hidden how many queues and pools there are.
2016-04-29 14:27:27 +02:00
5ca442d115 Moved Test.* to misc and removed all references to it and g_test from the main source code 2016-04-25 13:26:16 +02:00
6cee130646 Separated Doledb from Spider.cpp 2016-01-30 20:11:15 +01:00