Uses of Interface
io.github.jbellis.jvector.util.Accountable
Packages that use Accountable
Package
Description
-
Uses of Accountable in io.github.jbellis.jvector.disk
Classes in io.github.jbellis.jvector.disk that implement AccountableModifier and TypeClassDescriptionclassclassclass -
Uses of Accountable in io.github.jbellis.jvector.graph
Classes in io.github.jbellis.jvector.graph that implement AccountableModifier and TypeClassDescriptionclassAnGraphIndexthat offers concurrent access; for typical graphs you will get significant speedups in construction and searching as you add threads. -
Uses of Accountable in io.github.jbellis.jvector.pq
Subinterfaces of Accountable in io.github.jbellis.jvector.pqClasses in io.github.jbellis.jvector.pq that implement Accountable -
Uses of Accountable in io.github.jbellis.jvector.util
Classes in io.github.jbellis.jvector.util that implement AccountableModifier and TypeClassDescriptionclassABitSetimplementation that offers concurrent reads and writes through anAtomicLongArrayas bit storage.classBase implementation for a bit set.final classBitSet of fixed length (numBits), backed by accessible (FixedBitSet.getBits()) long[], accessed with an int index, implementingBits.classABitSetimplementation that grows as needed to accommodate set(index) calls.classA bit set that only stores longs that have at least one bit which is set.classA thread-safeBitSetimplementation that grows as needed to accommodate set(index) calls.