prophyle / prophasm2

MIT License
0 stars 0 forks source link

Support for k-mer sizes > 64 #16

Closed OndrejSladky closed 1 day ago

OndrejSladky commented 6 months ago

With what we have, it should be relatively trivial to add support for even larger k-mers up to 128 with software emulation of uint256_t (like this one https://github.com/calccrypto/uint256_t)