Package | Description |
---|---|
messif.algorithms.impl |
Implementation of basic search algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
MultipleOverlaysAlgorithm
Indexing algorithm that processes operation by passing them to encapsulated collection
of algorithms.
|
class |
ParallelSequentialScan
Parallel implementation of the naive sequential scan algorithm.
|