SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
 All Classes Namespaces Files Functions Variables Typedefs Friends
Classes | Namespaces
sdsl/include/sdsl/rank_support_v5.hpp File Reference

rank_support_v5.hpp contains rank_support_v5 that support a sdsl::bit_vector with constant time rank information. More...

#include "rank_support.hpp"
#include "rank_support_v.hpp"

Go to the source code of this file.

Classes

class  sdsl::rank_support_v5< b, pattern_len >
 A class supporting rank queries in constant time. The implementation is a space saving version of the data structure proposed by Vigna (WEA 2008). More...

Namespaces

namespace  sdsl
 Namespace for the succinct data structure library.

Detailed Description

rank_support_v5.hpp contains rank_support_v5 that support a sdsl::bit_vector with constant time rank information.

Author:
Simon Gog