==============================
==>  MORE PROFILING!
====>  MORE BENCHMARKING!
======>  MORE OPTIMISATIONS!
========>  SMARTER ALGORITHMS!
==============================

format:
 better collision resolution
 breathing space should be more "scientific"

sdb_make:
 linked list -> linked list of arrays
 allocate multiple skunkrec_t at once
 use iovecs?
 speed up the parser somehow..
 speed up collision resolution
 atomic db replace

sdb_fsck:
 consistency checker program

sdb_stats:
 stats program giving breakdown of distances
 point out hash collisions
 work out how evenly the data is distributed in hash tables

sdb_query:
 support non-unique keys

api:
 allow pluggable hash
 allow non-unique keys
