Commits
User selector
Commit History
Commits on Apr 2, 2021
[WTF] Introduce RobinHoodHashTable
Show description for 4fb6881committed
Commits on Aug 26, 2020
HashMap<Ref<T>>::take should return RefPtr<T>
Show description for 7216b59committed
Commits on Aug 17, 2020
[WTF] HashTable<Ref<K>, V>::HashTable(const HashTable& other) can't compile
Show description for 0e895e3committed
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 8, 2020
[WTF] Try using 75% load factor for HashTable
Show description for 725844acommitted
Commits on Feb 7, 2020
Unreviewed, revert 75% load-factor because of JetStream2/string-unpack-code-SP regression
Show description for bfa0363committed
Commits on Feb 6, 2020
[WTF] Try using 75% load factor for HashTable
Show description for 2e1ca72committed
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 Apr 15, 2019
HashTable::removeIf always shrinks the hash table by half even if there is nothing left
Show description for d404a1fcommitted
Commits on Nov 24, 2018
Add raw pointer overloads to ListHashSet via SmartPtr specialized functions
Show description for 5b0c67fauthored andcommitted
Commits on Oct 26, 2018
hashSet.remove(hashSet.random()) doesn't build
Show description for 6190a29committed
Commits on Jun 19, 2017
Missing <functional> includes make builds fail with GCC 7.x
Show description for 56ea00fcommitted
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 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 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 Jan 2, 2016
Replace WTF::move with WTFMove
Show description for 0e4fd6fcommitted
Commits on Aug 3, 2015
Investigate HashTable::HashTable(const HashTable&) and HashTable::operator=(const HashTable&) performance for hash-based static analyses
Show description for 25660b1authored andcommitted
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
Commits on Sep 22, 2014
Make possible HashSet<std::unique_ptr<>>
Show description for 029dfe0committed
Sam Weinig
Commits on Jul 3, 2014
Add WTF::move()
Show description for 48a7ae3committed
Commits on Jul 1, 2014
Remove unnecessary calls to std::move()
Show description for f977ee8committed
Commits on Apr 21, 2014
Add HashSet::takeAny
Show description for 984d39fcommitted
Commits on Sep 12, 2013
Add HashSet::take
Show description for 2733d69committed
Anders Carlsson
Commits on Sep 11, 2013
HashSet should work with move only types
Show description for 010f1f9committed
Anders Carlsson
Commits on Jul 25, 2012
QualifiedName's HashSet should be big enough to hold at least all the static names
Show description for 0d6923bauthored andcommitted
Loading