| src/Celerity.Cardinality/DedupFilter.cs | | | — |
| src/Celerity.Cardinality/Distinct.cs | | | — |
| src/Celerity.Hashing/DefaultHasher.cs | | n/a | — |
| src/Celerity.Hashing/GuidHasher.cs | | n/a | — |
| src/Celerity.Hashing/HashQualityEvaluator.cs | | | — |
| src/Celerity.Hashing/HashQualityReport.cs | | n/a | — |
| src/Celerity.Hashing/Int32IdentityHasher.cs | | n/a | — |
| src/Celerity.Hashing/Int32Murmur3Hasher.cs | | n/a | — |
| src/Celerity.Hashing/Int32WangHasher.cs | | n/a | — |
| src/Celerity.Hashing/Int32WangNaiveHasher.cs | | n/a | — |
| src/Celerity.Hashing/Int64IdentityHasher.cs | | n/a | — |
| src/Celerity.Hashing/Int64Murmur3Hasher.cs | | n/a | — |
| src/Celerity.Hashing/Int64WangHasher.cs | | n/a | — |
| src/Celerity.Hashing/Int64WangNaiveHasher.cs | | n/a | — |
| src/Celerity.Hashing/ProbeStatistics.cs | | n/a | — |
| src/Celerity.Hashing/ProbeStatisticsEvaluator.cs | | | — |
| src/Celerity.Hashing/StringAdler32Hasher.cs | | | — |
| src/Celerity.Hashing/StringCityHash64Hasher.cs | | | — |
| src/Celerity.Hashing/StringCrc32Hasher.cs | | | — |
| src/Celerity.Hashing/StringDjb2AHasher.cs | | | — |
| src/Celerity.Hashing/StringDjb2Hasher.cs | | | — |
| src/Celerity.Hashing/StringElfHasher.cs | | | — |
| src/Celerity.Hashing/StringFnV164Hasher.cs | | | — |
| src/Celerity.Hashing/StringFnV1A64Hasher.cs | | | — |
| src/Celerity.Hashing/StringFnV1AFullHasher.cs | | | — |
| src/Celerity.Hashing/StringFnV1AHasher.cs | | | — |
| src/Celerity.Hashing/StringFnV1Hasher.cs | | | — |
| src/Celerity.Hashing/StringHalfSipHash24Hasher.cs | | | — |
| src/Celerity.Hashing/StringHighwayHash64Hasher.cs | | | — |
| src/Celerity.Hashing/StringJenkinsOaatHasher.cs | | | — |
| src/Celerity.Hashing/StringMetroHash64Hasher.cs | | | — |
| src/Celerity.Hashing/StringMurmur2Hasher.cs | | | — |
| src/Celerity.Hashing/StringMurmur3Hasher.cs | | | — |
| src/Celerity.Hashing/StringSdbmHasher.cs | | | — |
| src/Celerity.Hashing/StringSipHash13Hasher.cs | | | — |
| src/Celerity.Hashing/StringSipHash24Hasher.cs | | | — |
| src/Celerity.Hashing/StringXxHash32Hasher.cs | | | — |
| src/Celerity.Hashing/StringXxHash3Hasher.cs | | | — |
| src/Celerity.Hashing/StringXxHash64Hasher.cs | | | — |
| src/Celerity.Hashing/UInt32IdentityHasher.cs | | n/a | — |
| src/Celerity.Hashing/UInt32Murmur3Hasher.cs | | n/a | — |
| src/Celerity.Hashing/UInt32WangHasher.cs | | n/a | — |
| src/Celerity.Hashing/UInt32WangNaiveHasher.cs | | n/a | — |
| src/Celerity.Hashing/UInt64IdentityHasher.cs | | n/a | — |
| src/Celerity.Hashing/UInt64Murmur3Hasher.cs | | n/a | — |
| src/Celerity.Hashing/UInt64WangHasher.cs | | n/a | — |
| src/Celerity.Hashing/UInt64WangNaiveHasher.cs | | n/a | — |
| src/Celerity.Primitives/Branchless.cs | | | — |
| src/Celerity.Primitives/FastGuid.cs | | n/a | — |
| src/Celerity.Primitives/FastUtils.cs | | | — |
| src/Celerity.Primitives/GuidV7Generator.cs | | | — |
| src/Celerity.Primitives/HilbertCurve.cs | | | — |
| src/Celerity.Primitives/MortonCurve.cs | | | — |
| src/Celerity.Primitives/Pcg32.cs | | n/a | — |
| src/Celerity.Primitives/RandomSourceExtensions.cs | | | — |
| src/Celerity.Primitives/SimdReductions.cs | | | — |
| src/Celerity.Primitives/SortedSpan.cs | | | — |
| src/Celerity.Primitives/SpanBits.cs | | | — |
| src/Celerity.Primitives/SplitMix64.cs | | n/a | — |
| src/Celerity.Primitives/VarInt.cs | | | — |
| src/Celerity.Primitives/WyRand.cs | | n/a | — |
| src/Celerity.Primitives/Xoroshiro128Plus.cs | | n/a | — |
| src/Celerity.Primitives/Xoshiro256StarStar.cs | | n/a | — |
| src/Celerity.Ring/ConsistentHashRing.cs | | | — |
| src/Celerity.Ring/RendezvousHash.cs | | | — |
| src/Celerity.Ring/RingHash.cs | | n/a | — |
| src/Celerity.Sentinel/AbuseTracker.cs | | | — |
| src/Celerity.Sentinel/SentinelResults.cs | | n/a | — |
| src/Celerity.Sentinel/StripedAbuseTracker.cs | | | — |
| src/Celerity.Sorting/CountingSort.cs | | | — |
| src/Celerity.Sorting/PartialSort.cs | | | — |
| src/Celerity.Sorting/RadixKernel.cs | | | — |
| src/Celerity.Sorting/RadixSort.cs | | | — |
| src/Celerity.Sorting/SortingGuard.cs | | | — |
| src/Celerity.Statistics/DDSketch.cs | | | — |
| src/Celerity.Statistics/ReservoirSampler.cs | | | — |
| src/Celerity.Statistics/RunningStatistics.cs | | | — |
| src/Celerity/Collections/AhoCorasick.cs | | | — |
| src/Celerity/Collections/BTreeDictionary.cs | | | — |
| src/Celerity/Collections/BTreeSet.cs | | | — |
| src/Celerity/Collections/BitSet.cs | | | — |
| src/Celerity/Collections/BitwiseAndMonoid.cs | | n/a | — |
| src/Celerity/Collections/BitwiseOrMonoid.cs | | n/a | — |
| src/Celerity/Collections/BloomFilter.cs | | | — |
| src/Celerity/Collections/CelerityDictionary.cs | | | — |
| src/Celerity/Collections/CelerityMultiMap.cs | | | — |
| src/Celerity/Collections/CelerityMultiSet.cs | | | — |
| src/Celerity/Collections/CeleritySet.cs | | | — |
| src/Celerity/Collections/CompressedGraph.cs | | | — |
| src/Celerity/Collections/CompressedIntSet.cs | | | — |
| src/Celerity/Collections/CopyToGuard.cs | | | — |
| src/Celerity/Collections/CountMinSketch.cs | | | — |
| src/Celerity/Collections/CuckooFilter.cs | | | — |
| src/Celerity/Collections/DefaultComparer.cs | | n/a | — |
| src/Celerity/Collections/Deque.cs | | | — |
| src/Celerity/Collections/DisjointSet.cs | | | — |
| src/Celerity/Collections/EmptySlot.cs | | | — |
| src/Celerity/Collections/EnumMap.cs | | | — |
| src/Celerity/Collections/EnumSet.cs | | | — |
| src/Celerity/Collections/FenwickTree.cs | | | — |
| src/Celerity/Collections/FrozenCelerityDictionary.cs | | | — |
| src/Celerity/Collections/FrozenCeleritySet.cs | | | — |
| src/Celerity/Collections/GraphEdge.cs | | | — |
| src/Celerity/Collections/Hash64Source.cs | | n/a | — |
| src/Celerity/Collections/HashCachingDictionary.cs | | | — |
| src/Celerity/Collections/HashCachingSet.cs | | | — |
| src/Celerity/Collections/HyperLogLog.cs | | | — |
| src/Celerity/Collections/IndexedPriorityQueue.cs | | | — |
| src/Celerity/Collections/IntDictionary.cs | | | — |
| src/Celerity/Collections/IntSet.cs | | | — |
| src/Celerity/Collections/Interval.cs | | n/a | — |
| src/Celerity/Collections/IntervalTree.cs | | | — |
| src/Celerity/Collections/KdTree.cs | | | — |
| src/Celerity/Collections/LfuCache.cs | | | — |
| src/Celerity/Collections/LongDictionary.cs | | | — |
| src/Celerity/Collections/LongSet.cs | | | — |
| src/Celerity/Collections/LruCache.cs | | | — |
| src/Celerity/Collections/MaxMonoid.cs | | | — |
| src/Celerity/Collections/MinMonoid.cs | | | — |
| src/Celerity/Collections/OrderedSetOperations.cs | | | — |
| src/Celerity/Collections/PatternMatch.cs | | | — |
| src/Celerity/Collections/PersistentHashMap.cs | | | — |
| src/Celerity/Collections/PersistentHashSet.cs | | | — |
| src/Celerity/Collections/PersistentVector.cs | | | — |
| src/Celerity/Collections/PooledCelerityDictionary.cs | | | — |
| src/Celerity/Collections/PooledCeleritySet.cs | | | — |
| src/Celerity/Collections/RTree.cs | | | — |
| src/Celerity/Collections/RangeMap.cs | | | — |
| src/Celerity/Collections/RankSelectBitVector.cs | | | — |
| src/Celerity/Collections/RankedSet.cs | | | — |
| src/Celerity/Collections/RobinHoodDictionary.cs | | | — |
| src/Celerity/Collections/RobinHoodSet.cs | | | — |
| src/Celerity/Collections/Rope.cs | | | — |
| src/Celerity/Collections/ScheduledTimer.cs | | n/a | — |
| src/Celerity/Collections/SegmentTree.cs | | | — |
| src/Celerity/Collections/SetOperations.cs | | | — |
| src/Celerity/Collections/SmallDictionary.cs | | | — |
| src/Celerity/Collections/SmallSet.cs | | | — |
| src/Celerity/Collections/SpanLookupExtensions.cs | | | — |
| src/Celerity/Collections/SparseSet.cs | | | — |
| src/Celerity/Collections/SparseTable.cs | | | — |
| src/Celerity/Collections/SpatialBox.cs | | n/a | — |
| src/Celerity/Collections/SpatialGrid.cs | | | — |
| src/Celerity/Collections/SpatialGridHandle.cs | | | — |
| src/Celerity/Collections/SpatialPoint.cs | | n/a | — |
| src/Celerity/Collections/StringInternTable.cs | | | — |
| src/Celerity/Collections/SuccinctTrie.cs | | | — |
| src/Celerity/Collections/SuffixArray.cs | | | — |
| src/Celerity/Collections/SumMonoid.cs | | n/a | — |
| src/Celerity/Collections/SwissDictionary.cs | | | — |
| src/Celerity/Collections/SwissSet.cs | | | — |
| src/Celerity/Collections/TimerHandle.cs | | | — |
| src/Celerity/Collections/TimerWheel.cs | | | — |
| src/Celerity/Collections/TopKEntry.cs | | n/a | — |
| src/Celerity/Collections/TopKSketch.cs | | | — |
| src/Celerity/Collections/Trie.cs | | | — |
| src/Celerity/Collections/WaveletTree.cs | | | — |
| src/Celerity/Collections/XorFilter.cs | | | — |