Skip to content
Snippets Groups Projects
Commit 9ca83814 authored by Vandamme Léa's avatar Vandamme Léa
Browse files
parents 7720a141 a3dc53ee
Branches
No related tags found
No related merge requests found
# Results
## Comparison between an index containing reads (keys : kmers; value : vector of integers), and an empty index (keys : kmers; value : boolean)
- Empty index : 2 seconds, 754 Mo, 0.16Ko/k-mer
- Full index : 4 seconds, 842 Mo, 0.17Ko/k-mer
It seems more important to compress the unordered_map than the vectors.
## Indexing with k-mers of size 15
### Using phage_5kb_10percent.fa
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment