Uses of Package
io.github.jbellis.jvector.util
Package
Description
-
ClassDescriptionA min heap that stores longs; a primitive priority queue that like all priority queues maintains a partial ordering of its elements such that the least element can always be found in constant time.Interface for Bitset-like structures.Base implementation for a bit set.A thread-safe
BitSet
implementation that grows as needed to accommodate set(index) calls. -
-
-
ClassDescriptionA min heap that stores longs; a primitive priority queue that like all priority queues maintains a partial ordering of its elements such that the least element can always be found in constant time.Interface for Bitset-like structures.Base implementation for a bit set.The standard
ThreadLocal
appears to be designed to be used with relatively short-lived Threads.BitSet of fixed length (numBits), backed by accessible (FixedBitSet.getBits()
) long[], accessed with an int index, implementingBits
.A fork join pool which is sized to match the number of physical cores on the machine (avoiding hyper-thread count)A thread-safeBitSet
implementation that grows as needed to accommodate set(index) calls. -
-