// A set of Keys that support a HashFunc returning HashType. Used to find duplicates of Key in the // Add method. The data-structure is thread-safe through the use of internal locks, it also // supports the lock being sharded. template <typename InKey, typename StoreKey, typename Alloc, typename HashType, typename HashFunc,
HashType kShard = 1> class DedupeSet { public: // Add a new key to the dedupe set if not present. Return the equivalent deduplicated stored key. const StoreKey* Add(Thread* self, const InKey& key);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.