Pixie
Loading...
Searching...
No Matches
wavelet_tree.h File Reference

Common interface for wavelet-tree indexes. More...

#include <cstddef>
#include <cstdint>
#include <vector>

Go to the source code of this file.

Classes

class  pixie::WaveletTreeBase< Impl >
 CRTP facade for wavelet-tree queries. More...
 

Enumerations

enum class  pixie::WaveletTreeBuildType { Standard , Huffman }
 Construction strategy for a wavelet-tree implementation.
 

Detailed Description

Common interface for wavelet-tree indexes.

Include <pixie/wavelet_tree/implementations.h> to use Pixie's concrete storage-backed wavelet trees.