fastdictionary icon indicating copy to clipboard operation
fastdictionary copied to clipboard

An alternative implementation of Dictionary<K,V> on C#

Results 1 fastdictionary issues
Sort by recently updated
recently updated
newest added

… which will give the same result because the sizes are always a power of two. Move dictionary creation outside of the performance loops since we're more interested in insertion...