marekkokot
marekkokot
Implementation of row_sparse_disk and row_diff_sparse_disk annotations. It seems I am overestimating memory requirements, which results in using less memory than specified with `--mem-cap-gb`
check #90 for details.
Currenlty ```kmc``` (except for small k) and ```kmc_tools``` store counters of kmers on uint32_t, which is reasonable for k-mer counters, but the counter field in kmc_database may be also used...
Could you please add a license?
Hi, This is a great project! Congratulations! Is there C++ API documentation somewhere? I was able to use the code from C++ based on your test code, but the documentation...
**The question:** Is there a way to change the number of threads used after initialization? **The story behind the question:** Let's assume I have a program that reads from a...
Hello, I have longer keys than 8 bytes. My records are something like below: ``` struct Record { uint64_t key[2]; //possibly other data related to the current key }; ```...
Hi, Thanks for Chemfiles, really great library! I have a question. In my application, I'm reading TPR files, and I've noticed it's surprisingly slow. First, I thought it was because...