Skip to content
Snippets Groups Projects
Commit a3dc53ee authored by Vandamme Léa's avatar Vandamme Léa
Browse files

Update Results.md, with comparison between full and empty index

parent e34d7833
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