aboutsummaryrefslogtreecommitdiff
path: root/src/stable/hash.h (follow)
AgeCommit message (Collapse)Author
2020-02-04Minor Bu::Hash updates and additions.Mike Buland
Bu::Hash::KeyList has been added, I thought that was always there. Bu::Hash::rehash has been added. Rehashes can be triggered manually now.
2019-05-24Updated copyright date.Mike Buland
2014-02-03Changed copyright to 2007-2014.Mike Buland
2013-07-26Got rid of the last non-const formatter << operator references.Mike Buland
2013-07-26Fixed some random whining issues, dropped extra char * formatter references,Mike Buland
and fixed a null/integer issue in Bu::Hash
2013-02-11Updated the copyright for 2013.Mike Buland
2012-11-05Converted tabs to spaces with tabconv.Mike Buland
2012-08-18Added hashtable += support, optomized the random number base some?Mike Buland
2012-08-14stupid...spelling...Mike Buland
2012-07-24Apparently I misspelled something.Mike Buland
2012-05-25Fixed a *very* rare steady-state issue in rehashing code. There's stillMike Buland
potential for probing to fail in a way that can't be fixed by rehashing, but it should be amazingly rare.
2012-04-15Updated copyright, packaging, makefile, etc.Mike Buland
2012-03-25Code is all reorganized. We're about ready to release. I should write up aMike Buland
little explenation of the arrangement.