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

Update Results.md

parent 4bf964cc
Branches
No related tags found
No related merge requests found
......@@ -6,5 +6,17 @@
| | Time | Resource usage | Resource usage (1 k-mer) |
|--- |:-: |:-: |:-: |
| Naive version | 4 seconds | 842 Mo | 0.17 Ko |
| Robin Hood Hashtable <br/>& K_mer uint64_t | FACE WITH TEARS OF JOY | ```&#x1F602;``` | ```&#128514;``` |
| Robin Hood Hashtable <br/>& K_mer uint64_t | 2 seconds | 763 Mo | 0.16 Ko |
| Delta encoding ||||
## Times for querying the index
### Using phage_5kb_10percent.fa
| | Querying a k-mer | Querying a sequence | Querying a set of sequences |
|--- |:-: |:-: |:-: |
| Naive version | 1 seconds | 0 seconds | 0 seconds |
| Robin Hood Hashtable <br/>& K_mer uint64_t | 0 seconds | 0 seconds | 0 seconds |
| Delta encoding ||||
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment