Dominik Rafacz

Results 27 issues of Dominik Rafacz

Described in KotulskaLab/AmyloGraph#33

bug

`sqibble` is non formalized idea, by formalization of which the package may benefit in numerous ways. We can define `sqibble` as a `tibble` containing at least one column of type...

enhancement
discussion
refactor

Maybe it would be valuable to redefine `LenSq` as `unsigned long long int` and add addtional type of `UnsignedLenSq`?

C++ adventures

Every time element is accessed bit shifting is performed despite the fact that when accessing is sequential caching may be used and result in efficiency improvement

enhancement
performance

Currently, when unpacking `Sq` object to `ProtoSq` NA values are unpacked as `NA_letter` and passed as such to high level interface -- it's worth reconsidering if to allow keeping it...

discussion