Alexander Bigerl

Results 13 comments of Alexander Bigerl

I realized that what I really need for my project is a highly parallelized einsum. I'm implementing it now as stand-alone and when I'm done I'll check out if it...

It's probably more a corner case. But you do not cover all versions of CMake released before 3.17.1 There is still a lot of assets that come with lower minimum...

I also ran into this: ``` Mesh: arena exhausted: current arena size is 64 GB; recompile with larger arena size. ``` The system has 128 GB RAM and the application...

The approach sounds interesting. With the prefix-skipping it would be very fast for a bunch of cases. Actually, it allows to calculate the empty cut of two sets without common...

I've put it onto my todo list. If in the mean time someone else picks this up that's also fine with me. ;)

thanks a lot. I've also tested it. Works like a charm 👍🏻

`stack-size` is especially important when using musl instead of glibc because musl has a default of 128k whereas glibc is around 8-10MB. For more complex applications, this makes mold practically...

Many thanks for the quick reply. In our team we do not have capacity to work on that ATM. We still need to evaluate if using llfio makes sense for...

That is good to know and I read about it in the readme. I really like the library and that it safes you from a lot of error prone fiddling...

Not sure what this one did. Needs research.