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 TypeClassDescriptionfinal classAnGraphIndexthat 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.util
Classes in io.github.jbellis.jvector.util that implement AccountableModifier and TypeClassDescriptionclassBase 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.