Ali Mohammad Pur
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
před 1 rokem |
Daniel Bertalan
|
4d2af7c3d6
AK: Implement reverse iterators for `OrderedHashTable`
|
před 1 rokem |
Ben Wiederhake
|
ee47c0275e
Everywhere: Run spellcheck on all documentation
|
před 2 roky |
Aliaksandr Kalenik
|
4c6564e3c1
AK: Add values() method in HashTable
|
před 2 roky |
Jelle Raaijmakers
|
954d660094
AK: Clear OrderedHashTable previous/next pointers on removal
|
před 2 roky |
Hediadyoin1
|
fd8c54d720
AK: Add `take_first` to HashTable and rename `pop` to `take_last`
|
před 2 roky |
Jelle Raaijmakers
|
c08d137fcd
AK: Reimplement `HashTable` with smart linear probing
|
před 2 roky |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
před 2 roky |
Daniel Bertalan
|
269a931414
Tests/AK: Re-enable `HashTable<double>` test
|
před 2 roky |
Zaggy1024
|
a1300d3797
AK: Don't crash in HashTable::clear_with_capacity on an empty table
|
před 2 roky |
Hendiadyoin1
|
5bf84a5b0e
AK: Zero previous pointer *after* fixing the insertion list in HashTable
|
před 3 roky |
Andreas Kling
|
ede818cbf9
AK: Disable the HashTable<double> test until UB issue is fixed
|
před 3 roky |
Andreas Kling
|
ae6b09f4dc
AK: Add hash traits for floating-point primitives
|
před 3 roky |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
před 3 roky |
kleines Filmröllchen
|
8dc24d0256
Tests: Test non-trivial re-hashing in HashTable
|
před 3 roky |
kleines Filmröllchen
|
e73e579446
Tests: Introduce a HashTable benchmark for "table thrashing"
|
před 3 roky |
Andreas Kling
|
455224d476
AK: Add test for unbounded HashTable capacity leak
|
před 3 roky |
Andreas Kling
|
8f5c1ef29c
AK: Improve HashTable::remove_all_matching() test slightly
|
před 3 roky |
Andreas Kling
|
5279a04c78
AK: Make Hash{Map,Table}::remove_all_matching() return removal success
|
před 3 roky |
Andreas Kling
|
54cf42fac1
AK: Add HashTable::remove_all_matching(predicate)
|
před 3 roky |
Andreas Kling
|
c584421592
AK: Make HashTable::operator=(HashTable&&) clear the moved-from table
|
před 4 roky |
Brian Gianforcaro
|
67322b0702
Tests: Move AK tests to Tests/AK
|
před 4 roky |