Open Adamtaranto opened 1 month ago
Not sold on having a subtract method, might get rid of it.
Ditched the subtract function.
Need to decide if we should allow adding a table to itself - this creates issues around borrowing the same object multiple times and is generally a bit of a pain.
Maybe just raise error if trying to add table to itself?
I'm giving up on trying to check if self and other are the same table. Just let it die with borrow error.
hah! over in https://github.com/oxli-bio/oxli/pull/83 I created a _merge
method that does the same thing. let me look...
I am wondering if we want to avoid doing merges in parallel fashion? The locking is going to add a lot of overhead I think.
Should I fully remove parallelisation from the function?
KmerCountTable
KmerCountTable
Closes #62