index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
HashTable.h
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
AK: Use bucket states with special bit patterns in HashTable
kleines Filmröllchen
2022-03-31
AK: Rehash HashTable in-place instead of shrinking
kleines Filmröllchen
2022-03-31
AK: Merge HashTable bucket state into one enum
kleines Filmröllchen
2022-03-15
AK+Kernel: Avoid double memory clearing of HashTable buckets
Daniel Bertalan
2022-03-07
AK: Automatically shrink HashTable when removing entries
Andreas Kling
2022-03-07
AK: Remove return value from HashTable::remove() and HashMap::remove()
Andreas Kling
2022-03-07
AK: Simplify HashTable::remove_all_matching()
Andreas Kling
2022-01-29
AK: Support using custom comparison operations for hash compatible keys
Idan Horowitz
2022-01-25
AK: Implement `HashTable::try_ensure_capacity`, as used in `HashMap`
James Puleo
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-12-15
AK: Enable fast path for removal by hash-compatible key in HashMap/Table
Hendiadyoin1
2021-12-15
AK: Allow hash-compatible key types in Hash[Table|Map] lookup
Hendiadyoin1
2021-11-14
AK: Resolve clang-tidy readability-qualified-auto warnings
Andrew Kaster
2021-11-14
AK: Resolve clang-tidy readability-bool-conversion warnings
Andrew Kaster
2021-11-11
AK: Allow to clear HashTables/Maps with capacity
Hendiadyoin1
2021-11-11
AK: Make HashTable and HashMap try_* functions return ErrorOr<T>
Andreas Kling
2021-10-06
AK: Add missing headers
Ben Wiederhake
2021-09-10
AK: Mark HashTable::size_in_bytes() as constexpr
Hendiadyoin1
2021-09-10
AK: Add OOM safe interface to HashTable/Map
Hediadyoin1
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-07-21
AK: Remove unused private HashTable::lookup_for_reading()
Andreas Kling
2021-07-21
AK: Sprinkle [[nodiscard]] on HashMap and HashTable
Andreas Kling
2021-07-13
HashTable: Rename finders with a more accurate and self-descripting name
ngc6302h
2021-07-11
AK: Use kfree_sized() in AK::HashTable
Andreas Kling
2021-06-15
AK: Add Ordering support to HashTable and HashMap
Hediadyoin1
2021-06-09
AK: Allow changing the HashTable behaviour for sets on existing entries
Idan Horowitz
2021-05-30
AK: Make HashTable::operator=(HashTable&&) clear the moved-from table
Andreas Kling
2021-05-15
AK+LibC: Implement malloc_good_size() and use it for Vector/HashTable
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-11
AK: Annotate HashTable functions as [[nodiscard]]
Brian Gianforcaro
2021-04-11
AK: Make HashTable with capacity constructor explicit
Brian Gianforcaro
2021-04-02
AK: Inline HashTable writing bucket lookup
thislooksfun
2021-04-02
AK: Inline the bucket index calculation
thislooksfun
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-31
HashTable: Correctly pass args to set
Lenny Maiorani
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2020-10-18
AK: Reduce memory writes in HashTable destructor
Dano Perniš
2020-10-18
AK: Implement HashTable assignment in terms of swap
Dano Perniš
2020-10-18
AK: Provide swap() for HashTable
Dano Perniš
2020-10-16
AK: Tune HashTable load factor
Andreas Kling
2020-10-15
AK: Redesign HashTable to use closed hashing
Andreas Kling
2020-08-16
AK: HashTable add a constructor that allows preallocation of capacity + Use i...
Muhammad Zahalqa
2020-07-09
AK: HashTable/HashMap return whether action was performed for set/remove
Tom
2020-02-27
AK: Expose SinglyLinkedListIterator constructor
William McPherson
2020-02-24
AK: Make HashTable and HashMap use size_t for size and capacity
Andreas Kling
2020-02-16
AK: Add HashMap, HashTable and Traits to Forward.h
Andreas Kling
2020-02-10
AK: Remove bitrotted Traits::dump() mechanism
Andreas Kling
[next]