index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
AK
/
TestHashTable.cpp
Age
Commit message (
Expand
)
Author
2023-02-21
AK: Add `take_first` to HashTable and rename `pop` to `take_last`
Hediadyoin1
2023-02-17
AK: Reimplement `HashTable` with smart linear probing
Jelle Raaijmakers
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-15
Tests/AK: Re-enable `HashTable<double>` test
Daniel Bertalan
2022-11-11
AK: Don't crash in HashTable::clear_with_capacity on an empty table
Zaggy1024
2022-06-23
AK: Zero previous pointer *after* fixing the insertion list in HashTable
Hendiadyoin1
2022-04-11
AK: Disable the HashTable<double> test until UB issue is fixed
Andreas Kling
2022-04-10
AK: Add hash traits for floating-point primitives
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
Tests: Test non-trivial re-hashing in HashTable
kleines Filmröllchen
2022-03-31
Tests: Introduce a HashTable benchmark for "table thrashing"
kleines Filmröllchen
2022-03-07
AK: Add test for unbounded HashTable capacity leak
Andreas Kling
2022-01-05
AK: Improve HashTable::remove_all_matching() test slightly
Andreas Kling
2022-01-05
AK: Make Hash{Map,Table}::remove_all_matching() return removal success
Andreas Kling
2022-01-05
AK: Add HashTable::remove_all_matching(predicate)
Andreas Kling
2021-05-30
AK: Make HashTable::operator=(HashTable&&) clear the moved-from table
Andreas Kling
2021-05-06
Tests: Move AK tests to Tests/AK
Brian Gianforcaro