Package messif.algorithms.impl

Implementation of basic search algorithms.

See:
          Description

Class Summary
ParallelSequentialScan Parallel implementation of the naive sequential scan algorithm.
SequentialScan Implementation of the naive sequential scan algorithm.
 

Package messif.algorithms.impl Description

Implementation of basic search algorithms.