lemmi
lemmi
So I was toying around with zig and implemented [Project Euler 14](https://projecteuler.net/index.php?section=problems&id=014) for fun. Since it was easy I ported it directly to go and run some benchmarks. The this...
Short update. While @andrewrk integrated the test, I was in the middle of benchmarking my implementation of the swiss hash map to make use of simd for (hopefully) faster accesstimes....
@Sahnvour thanks a lot for your input. Your comment made me want to measure memory usage behaviour when *not* preallocating memory. Also getting rid of the modulus operations was indeed...
To summarize a couple of thoughts I brought up on IRC: * At the moment, IPFS is accessible by tech-savvy people for the most part. Knowing english is almost a...
I ran in a similar issue. Removing the `integrity` attribute with `css_link.integrity=""` the styles are loaded correctly. I also tried `delete css_link.integrity` and `css_link.integrity=undefined`, but those didn't seem to work.
Same issue on voidlinux.
Here's a benchmark of an AMD V3C48 (a Zen 3 part) with `Mistral 7B Instruct v0.2`. (I had to throw out some code that used the `X86_HAVE(F16C)` check to make...
@spheromak #28 was just pushed and reworked the handling of packed files. Does this maybe fix this issue?
At the moment, all I have to do is clone the repo and type `make`. I'd love to see how you can beat that with `cmake` :)
The current layout really isn't very well supported with the go toolchain and also with the build helpers voidlinux uses. The more usual way to do things is to have...