- Fixed casting of size_t for very large bloom filters. [BUG]
- Added option to use standard memory (rather than mmap) to back the bloom filter.
(Specify None or '' as the argument to file name.) [FEATURE]
- Changed hash to use a "superfast" hash rather than md5 since md5 is
unnecessarily slow. [FEATURE]