SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
bitpacked_sequence.hpp File Reference

Provides seqan3::bitpacked_sequence. More...

+ Include dependency graph for bitpacked_sequence.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  seqan3::bitcompressed_vector< alphabet_type >
 
class  seqan3::bitpacked_sequence< alphabet_type >
 A space-optimised version of std::vector that compresses multiple letters into a single byte. More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Detailed Description

Provides seqan3::bitpacked_sequence.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>