The OpenD Programming Language

containers.simdset

SIMD-accelerated Set

Members

Structs

SimdSet
struct SimdSet(T, Allocator = Mallocator)

Set implementation that is well suited for small sets and simple items.

Meta

Authors

Brian Schott