TRΛNS-GIRL.C0DΞS
TRΛNS-GIRL.C0DΞS
We should keep this issue pinned, perhaps until we add a page to the docs answering FAQs like this: "Hey why does BioAlignments give a different result to XYZ?"
So this adds a reader state that is shared among processes?
Will this mean that if a reader gets copied to several processes, they will start from the same place and read the same things, or since I know pmap distributes...
That is really cool. In the first example, I'd have a look at @code_warntype, I found in a recent script that in julia 0.6, variables captured in closures got boxed...
Perhaps we define a BioSymbols interface as a set of unsigned values, that have all the basic operations, plus a trait defining whether the values are one-hot encoded, to conform...
@staticfloat > I'm going to step out on a limb and guess that you set the :cxx11 ABI constraint thinking that it would > do something like set -std=cxx11 on...
I've just had a look in procram2.c and have seen that it converts UTF16 to UTF8 and builds an array of strings, for passing into julia_main, is this ok to...
Heya @jakobnissen where did progress with this get to? Is there anything I can do to help out?
Ok cool. It's funny you mention Transducers as this issue got me onto reading those - but I think, give that library works with iterators as well, that if we...
I'm not sure I recall why not because this was a little while ago, but I suppose the suggested way to do this now is with https://github.com/JuliaPackaging/BinaryProvider.jl ?