Commits
User selector
Commit History
Commits on Apr 2, 2021
[WTF] Introduce RobinHoodHashTable
Show description for 4fb6881committed
Commits on Mar 17, 2021
Allow UniqueRef to be the value of a HashMap
Show description for ae1a177committed
Commits on Jan 8, 2021
Make it safe to re-enter HashMap::clear()
Show description for abf02dccommitted
Commits on Aug 26, 2020
HashMap<Ref<T>>::take should return RefPtr<T>
Show description for 7216b59committed
Commits on Aug 17, 2020
[TestWebKitAPI] Some WTF_HashMap tests are failing if TestWTF is executed directly
Show description for 76f8079committed
Commits on Jul 17, 2020
[WTF] Remove the unnecessary inner class DefaultHash<T>::Hash
Show description for 247ce69committed
Commits on Feb 26, 2020
Web Inspector: safari app extension isolated worlds and injected files use the extension's identifier instead of its name
Show description for e77b31ecommitted
Commits on Feb 3, 2020
Reduce size of HashMap and HashSet
Show description for e0c5b31committed
Commits on Jan 21, 2020
[WTF] AtomStringTable should be small
Show description for 0ab6e4dcommitted
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Aug 16, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, WTF_MAKE_FAST_ALLOCATED annotation part
Show description for c2a4ea8committed
Commits on Jul 21, 2019
Speed up HashTable decoding by reserving capacity and avoiding rehashing
Show description for e378c00committed
Commits on Oct 28, 2018
HashMap should support selecting a random entry
Show description for 07800fecommitted
Commits on Oct 26, 2018
HashMap should support selecting a random entry
Show description for 728a7b3committed
Commits on Oct 25, 2018
HashMap should support selecting a random entry
Show description for 1584b25committed
Commits on Aug 15, 2018
HashMap<Ref<P>, V> asserts when V is not zero for its empty value
Show description for 0433719committed
Commits on Jun 8, 2017
WTF tests have incorrect RefLogger lifetimes making it impossible to test with Address Sanitizer
Show description for 2405110committed
Commits on Nov 11, 2016
Allow mutable lambdas in HashMap::ensure
Show description for 41eefbacommitted
Commits on Sep 22, 2016
Fix build for future versions of Clang.
Show description for bfca39dcommitted
Commits on Sep 21, 2016
Unreviewed, rolling out r206222 and r206227.
Show description for 43e6df6committedFix build for future versions of Clang.
Show description for 0d74856committed
Commits on Sep 9, 2016
[WTF] HashTable's rehash is not compatible to Ref<T> and ASan
Show description for 0a34911committed
Commits on Aug 16, 2016
Add an address-of operator to RetainPtr
Show description for e65fba5committed
Anders Carlsson
Commits on Jun 21, 2016
Unreviewed, rolling out r202136.
Show description for 38eee4dauthored andcommitted
Commits on Jun 20, 2016
Remove RefPtr::release() and change calls sites to use WTFMove()
Show description for 776a6afcommitted
Commits on Jun 16, 2016
Unreviewed, rolling out r202002 and r202111.
Show description for fa38f1ecommitted
Commits on Jun 15, 2016
Improve HashMap and HashSet support for Ref
Show description for 22eb1faauthored andcommitted
Commits on Jun 13, 2016
Make HashMap and HashSet work with Refs
Show description for c98389dauthored andcommitted
Commits on Mar 30, 2016
[WTF] Removing a smart pointer from HashTable issues two stores to the same location
Show description for 6251d45authored andcommitted
Commits on Mar 18, 2016
Add test for HashMap::ensure that shows that moving into the lambda does not incure extra cost
Show description for 256327eauthored andcommitted
Commits on Feb 25, 2016
Source/WTF:
Show description for 691f0b6committed
Sam Weinig
Commits on Feb 17, 2016
Add an ensure function on HashMap that takes a key and a function to make the lazy value initialization idiom easier
Show description for 93dd8ddcommitted
Sam Weinig
Commits on Jan 2, 2016
Replace WTF::move with WTFMove
Show description for 0e4fd6fcommitted
Commits on Apr 24, 2015
Convert OwnPtr and PassOwnPtr uses to std::unique_ptr
Show description for 2021a3acommitted
Commits on Mar 10, 2015
Use unsigned for HashSet size.
Show description for d65f2fcauthored andcommitted