Skip to content

jlabeit/wavelet-suffix-fm-index

Repository files navigation

Description

This repository contains the experimental setup from

Julian Labeit, Julian Shun, and Guy E. Blelloch. Parallel Lightweight Wavelet Tree, Suffix Array and FM-Index Construction. DCC 2015.

Installation

Currently the code is only tested on Ubuntu machine with GCC 5.2.0 and cilkplus for parallelization.

  • To enable parallelization set the environment variable GCILK=1 before compilation.
  • To enable the usage of 64 bits integers (for example when building large wavelet trees) set the environment variable LONG=1 before compilation.

About

Different implementations and benchmarks of the parallel construction of wavelet trees.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published