]> git.cameronkatri.com Git - mandoc.git/commit
Re-tooled mandocdb using sqlite3 and ohash.
authorKristaps Dzonsons <kristaps@bsd.lv>
Fri, 8 Jun 2012 10:43:01 +0000 (10:43 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Fri, 8 Jun 2012 10:43:01 +0000 (10:43 +0000)
commite65910f2c18c908bff6c793aeaa30f94bc89a8bc
treee03d7befe954449af5973f67843c3157bf018994
parent9a186f60163058003605fd44bdac5d7a7087c8ad
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
mandocdb.8
mandocdb.c
mandocdb.h