diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2012-06-08 10:43:01 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2012-06-08 10:43:01 +0000 |
commit | da0fcee05b3a404a921d654e0d4118bce438716e (patch) | |
tree | c7bc6c980599aedf21147724bad8ef6a0fc9f016 /mandocdb.h | |
parent | 4d2a21b04fba0be7d5b7cea8853dfb6bdf5eb1fe (diff) | |
download | mandoc-da0fcee05b3a404a921d654e0d4118bce438716e.tar.gz |
Re-tooled mandocdb using sqlite3 and ohash.
See the tech@ mailing list entries in June 2012 for details, as well as the
discuss@ mailing list entries from March 2012.
Among other changes, this utility now:
1. uses a single sqlite3 database instead of several berkeley dbs
2. stores utf-8 encoded strings
3. using ohash to aggressively hash its contents
4. using fts() instead of manually walking directories
Diffstat (limited to 'mandocdb.h')
-rw-r--r-- | mandocdb.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -18,7 +18,6 @@ #define MANDOCDB_H #define MANDOC_DB "mandocdb.db" -#define MANDOC_IDX "mandocdb.index" #define TYPE_An 0x0000000000000001ULL #define TYPE_Ar 0x0000000000000002ULL |