Robert Burke
Robert Burke
A user posted that they were having this problem on OSX 10.15.2, so I tried working through the problem. Here is a log of what I did: ``` sharpobject's adventure...
@skitsanos, I don't think you can build luabitop on lua 5.3. Maybe try building it on lua 5.1. I posted instructions that would cause you to do that.
Is it acceptable to use a C++ port of the Rust implementation? This hash is quite small and I recently implemented a similar hash in Zig that differs only in...
I have gained an interest in fixing this.
This invitation link expired. Can you post another?
That worked, thanks.
packSelect is a very useful operation, but it seems like it will be difficult to get consensus on an implementation if it's a builtin. Some of the fastest implementations of...
If you apply #16 and #17 locally I expect it will work. Let me know if there's any problem.
> What is preventing operations like `==` and the equivalent here, `_mm_cmpeq_epi8` from using epi8 vs epi16? [epi16](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=cmpeq_epi16) [epi8](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=cmpeq_epi8) > > Continuing with `cmp` from above: would we also need...
An interesting thing to try, related to this, is to see whether rapidly swapping a chaining panel (without ever making the 2-chain) can delay combo garbage indefinitely in the original...