Wilson Snyder
|
8a4aeddbb0
|
Copyright year update.
|
2019-01-03 19:17:22 -05:00 |
|
Wilson Snyder
|
8170391573
|
Internals: Fix spacing of comments. No functional change.
|
2018-11-28 19:59:10 -05:00 |
|
Wilson Snyder
|
d87b9d25ca
|
Internals: Cleanup and standardize include order. No functional change intended.
|
2018-10-14 13:59:40 -04:00 |
|
Wilson Snyder
|
9156a0e400
|
Internals: Allow override of initial value for vl_unordered_set()
|
2018-07-05 20:39:03 -04:00 |
|
Wilson Snyder
|
dddc51b75c
|
Internals: Rename templated types to be T_*. Use Euler hashing.
|
2018-06-21 21:14:38 -04:00 |
|
Wilson Snyder
|
e89cb1b9f7
|
Internals: For unordered set, add constant accessor. No functional change.
|
2018-06-17 10:31:27 -04:00 |
|
Wilson Snyder
|
ec82243ee6
|
Fix shrinking new unordered_set_map to save memory. No end-result change intended.
|
2018-06-15 20:57:07 -04:00 |
|
Wilson Snyder
|
9f5a4c9b22
|
Fix cppcheck warnings. No functional change intended.
|
2018-06-14 19:04:52 -04:00 |
|
John Coiner
|
8b5dc0b678
|
Fix nasty performance bug in rehash() that could lead to rehashing everything into one giant bucket, but only for tables with >256K elements, so we never saw it in regression.
|
2018-06-13 08:20:19 -04:00 |
|
John Coiner
|
c124fe6d0c
|
Add clones of std::unordered_map and std::unordered_set for pre-C++11 compilers.
|
2018-06-11 22:05:15 -04:00 |
|