DescriptionSpin off SkTHashTable, SkTHashMap, SkTHashSet
SkTHashTable is very similar to SkTDynamicHash, except it's generalized to support non-pointer value types.
It doesn't support remove(), just to keep things simple (it's not hard to add).
Instead of an iterator, it has foreach(), again, to keep things simple.
SkTHashMap<K,V> and SkTHashSet<T> build a friendlier experience on top of SkTHashTable.
BUG=skia:
Committed: https://skia.googlesource.com/skia/+/979e0eacbd59327654d0c8d4216d6732413ef2a0
Patch Set 1 #
Total comments: 8
Patch Set 2 : florin #
Total comments: 2
Patch Set 3 : spelling #
Total comments: 1
Patch Set 4 : windows #
Messages
Total messages: 23 (9 generated)
|