Skip to content

Commit

Permalink
Adds mapping layer for PVHandler (#481)
Browse files Browse the repository at this point in the history
- Adds method to PLVHandler for reindexing via remapping.
- Adds an option to PLVHandler to reindex via remapping or copying.
- Adds updates to the sDAG clade maps so that clade maps are also used for finding grafted node neighbors (previously only for host nodes).
  • Loading branch information
davidrich27 authored Sep 22, 2023
1 parent ef287a6 commit e28b7ab
Show file tree
Hide file tree
Showing 11 changed files with 398 additions and 223 deletions.
4 changes: 0 additions & 4 deletions extras/benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ std::set<Bitset> BuildAllSubsplits(size_t n) {
}
} // namespace SubsplitSetBuilder

void Test1(int argc, char* argv[]) {}

void Test2(int argc, char* argv[]) {}

int main(int argc, char* argv[]) {
Stopwatch timer(true, Stopwatch::TimeScale::SecondScale);

Expand Down
142 changes: 0 additions & 142 deletions extras/benchmark.cpp.bak

This file was deleted.

Loading

0 comments on commit e28b7ab

Please sign in to comment.