GBWT v0.4
This is the first proper GBWT release. It was used in the benchmarks in the preprint.
- New functionality:
GBWT::hasEdge()
,GBWT::edges()
,GBWT::find(node)
. - Read and write data in smaller blocks to avoid the issue with >2 GB reads in GCC on macOS.
- Faster
GBWT::LF(from, i)
,GBWT::prefix()
,GBWT::locate()
, andGBWT::extract()
queries.