hashtable: some refactoring, signed-ness
authorBrian Norris <banorris@uci.edu>
Sat, 11 Aug 2012 00:42:40 +0000 (17:42 -0700)
committerBrian Norris <banorris@uci.edu>
Sat, 11 Aug 2012 00:42:40 +0000 (17:42 -0700)
Since 'capacity' is unsigned, so should the index that compares with it.

The (duplicated) compare/resize code can be a bit shorter and (IMO) easier to
read.


No differences found