NVBIO
|
This module implements interfaces to hold binary packed streams expressed using compile-time specified alphabet sizes. The idea is that a packed stream is an open-ended sequence of symbols encoded with a fixed number of bits on an underlying stream of words. The words themselves can be of different types, ranging from uint32 to uint4, to support different kind of memory access patterns.
The main classes are:
A detailed description of all the classes and functions in this module can be found in the Packed Streams module documentation.