Skip to content

echiu12/wavelet-forest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Wavelet Forest with Select Queries

Description

This repository takes the implementation of wavelet forests—also called the fixed-block boosting (FBB) wavelet tree— and augments it with select queries. The code is provided in a single C++ header file, include/wt_fbb.hpp.

Details and experimental results are discussed in the paper.

Usage

To use, install SDSL and replace include/hyb_vector.hpp with this version that supports select queries. Then, copy include/wt_fbb.hpp into your project's include path.

The wavelet forest implementation is provided by the wt_fbb class, which is designed to be compatible with SDSL.

Authors

In the implementation of wavelet forests:

In the implementation of select queries on wavelet forests:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages