Optimization

- TDB::load can entirely skip the loading of completed.data if the
  specified filter is just so.
- Added FEATURE_TDB_OPT definition to allow disabling of this.
This commit is contained in:
Paul Beckingham
2009-06-16 18:33:49 -04:00
parent 7a77cd6d4a
commit e7a0a20d55
2 changed files with 31 additions and 1 deletions

View File

@@ -25,6 +25,10 @@
//
////////////////////////////////////////////////////////////////////////////////
// TDB Optimization attempts to reduce the amount of I/O.
#define FEATURE_TDB_OPT 1
#include <string>
#include <vector>
#include <map>