Robert Burke
Robert Burke
### Zig Version 0.10.0-dev.3383+3cf8f283d ### Steps to Reproduce compile and run this program: ```zig const std = @import("std"); const PackedIntArray = std.PackedIntArray; pub fn main() !void { const allocator =...
Hello, I'd like to use luaver to install versions of luajit more recent than 2.1.0-beta3 or forks of luajit, because 2.1.0-beta3 segfaults on lots of well-behaved lua programs like this...
Hello, Are you sure the Dirichlet noise at a root node should be regenerated each time the node is searched? It's not clear to me from the bit in the...
Use unsigned types to store the result of popcnt and movemask because otherwise we will get a movsx to sign-extend these values (when we subsequently use them as indices into...
Hello, It would be useful to be able to call setsockopt asynchronously because TCP_QUICKACK has to be set repeatedly during the life of a connection (what the heck!)
Hello, I found an [interesting post](https://rigtorp.se/ringbuffer/) in which the author claims that he gets more throughput from storing a separate cached value of the read/write index of his SPSC queue...
I think this is the case. The server should set up a per-user buffer and drop users whose buffers get too big.
Should this really send itself to the other side and not die?? I think it should die somehow.
Does it for dungeons? idk.
Some user has managed to get a cafe character without having the character in the collection. After reaching this state, feeding that character fails. Check that it is impossible to...