Anime Tosho

Results 178 comments of Anime Tosho

That was a motivation, but can't be done yet. There's a few complications with getting it to do that in the CLI, such as needing to write multiple files (can't...

Thanks for reporting. A limitation of the current dev code is that it reserves all the memory in a single allocation. Some memory allocators don't seem to like large allocations...

> nexe is 3.3.2 You need to use nexe 1.x.x. You can probably grab it using something like `npm install [email protected]` > yencode-src is latest pulled from your yencode repo...

Thanks for trying that and posting the info! Usually the `-fopenmp` flag should link with libomp if necessary, though I've found various quirks across platforms and compilers, which makes it...

Oh yeah, the nexe script wasn't designed to work with non-x86 compiles. I'll get around to seeing if it can be fixed for ARM. ARM doesn't really have the ISA...

Okay, I *think* this fixes it. Am retrying it with a full build, but it takes hours on a Raspberry Pi 3. You'll need to change the line in build.js:...

I can't seem to reproduce your issue. I've attached the output binary of my build on Raspian 10 (may not be fully static due to using glibc, but may work...

You mean x86-64? The current recommended installation procedure is documented in the readme - I currently only provide Windows binaries.

ParPar currently doesn't have proper dynamic dispatch for GCC/Clang compilers, so binaries built for Linux aren't portable and hence need to be built for each machine. I plan to fix...

In theory, assuming you're only processing one file, it's possible if recovery can be computed in one pass (i.e. all recovery data can fit within specified memory limits). If all...