pub type ShardedHashMap<K, V> = Sharded<FxHashMap<K, V>>;

Aliased Type§

enum ShardedHashMap<K, V> {
    Single(Lock<HashMap<K, V, BuildHasherDefault<FxHasher>>>),
}

Variants§

Implementations§

source§

impl<K: Eq, V> ShardedHashMap<K, V>

source

pub fn len(&self) -> usize

source§

impl<K: Eq + Hash + Copy> ShardedHashMap<K, ()>

source

pub fn intern_ref<Q>(&self, value: &Q, make: impl FnOnce() -> K) -> K
where K: Borrow<Q>, Q: Hash + Eq + ?Sized,

source

pub fn intern<Q>(&self, value: Q, make: impl FnOnce(Q) -> K) -> K
where K: Borrow<Q>, Q: Hash + Eq,

source§

impl<K: Eq + Hash + Copy + IntoPointer> ShardedHashMap<K, ()>

source

pub fn contains_pointer_to<T: Hash + IntoPointer>(&self, value: &T) -> bool

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 40 bytes