Conversation
randomly learned about parking lot, a library in Rust that provides a faster Mutex. In my case I got a free performance boost of like 4x AND i got to remove all the "value poisoned" shit from my code.

i feel like there's a monkey's paw here, though? i can't find it though
1
0
2
@nekothegamer its a thing that lets you keep two structs in sync so that you run into bugs less often when working with parallel code
1
0
0