- 13 Jan, 2021 2 commits
-
-
Tom Almeida authored
Add with_hasher type of function See merge request !9
-
FlyingCanoe authored
-
- 05 Dec, 2020 1 commit
-
-
Tom Almeida authored
Upgrade parking_lot to 0.11 See merge request !8
-
- 04 Dec, 2020 1 commit
-
-
Kyle Huey authored
-
- 11 Apr, 2020 2 commits
-
-
Jeremy Soller authored
Upgrade parking_lot to 0.10. See merge request !7
-
Kyle Huey authored
-
- 20 Jan, 2020 2 commits
-
-
Jeremy Soller authored
Upgrade to latest version of parking_lot See merge request !2
-
Jeremy Soller authored
Fix for case where calling shrink_to_fit could make the map larger See merge request !3
-
- 22 Oct, 2019 1 commit
-
-
Alex Hornby authored
Reproduced issue by adding new test shrink_to_fit_after_insert. Checked it was failing before doing any changes With the test in place fixes were: 1. Make CHashMap::reserve be the place the amortizing growth factor LENGTH_MULTIPLIER is applied, rather than Table::with_capacity ( non-CHashMap::reserve users of Table::with_capacity are requesting a specific capacity and just need load factor applied, not amortizing growth multiplier ) 2. Apply load factor consistently in Table::with_capacity() vs CHashMap::capacity() 3. Apply MINIMUM_CAPACITY in CHashMap::capacity to stop reported capacity being below requested. 4. Add test known_size_with_capacity_matches_shrink to test the initial capacity+shrink case Tested via cargo test
-
- 09 Oct, 2019 1 commit
-
-
Alex Gaynor authored
-
- 28 Feb, 2019 1 commit
-
-
Jeremy Soller authored
Updated dependencies See merge request !1
-
- 27 Feb, 2019 1 commit
-
-
Tom Almeida authored
-
- 26 Feb, 2019 1 commit
-
-
Sergey Kletsun authored
-
- 25 Feb, 2019 3 commits
-
-
Tom Almeida authored
-
Tom Almeida authored
-
Tom Almeida authored
-