Darren Li

Results 77 comments of Darren Li

Hey @Cygon (more out of curiosity than due to any urgency, so don't worry if you're too busy/whatever to reply) any updates on your tests? Also how do you test...

I'm experiencing the same issue, but when I launch `piano-rs`(the cargo installed version) when the current directory contains the `assets` folder, it works fine. Tested this for the cloned git...

I think [include_bytes!](https://doc.rust-lang.org/stable/std/macro.include_bytes.html) macro might work? I didn't look into your asset loading code though, so I might wrong.

@rphmeier I have been thinking if the use of rayon can be replaced with parallelism constructs which are available in no-std environment. Are you aware of anything of that sort?

Ah gotcha. Yeah that makes sense, I was just curious if parallelism can be done in no-std environment for speed up.

Put on hold until #48 is resolved.

Moved to 4.0.1 release to allow release of 4.0.0 sooner. `galois_16` doesn't seem to be missing too many tests if any, so will come back to this in a later...

> it seems to me that your library as is won't work for me. PAR2 requires a GF16 (Galois field 2^8) engine while the published versions of this library (3.X.X)...

> PAR2 is actually a rather simple spec. Whoops, you're right, I was way wrong. I guess I was thinking of another specification. > As for why I'm doing this....

> I don't really understand what this algo is doing. Sorry did you mean the algorithm of this library or the algorithm of PAR2?