Tomasz Sterna
Tomasz Sterna
Please provide steps-to-reproduce. What exactly should I do, to reproduce this crash?
Possibly related to #18
> Slightly different variant applied My first fix was done this way. But this is just a workaround at a call site and does not fix the real issue with...
UDP is not inherently faster by itself. The reason it is better for real time multiplayer is that in case of network congestion, TCP is actively re-transmitting packets, the client...
From what you described, your use case yields for something like http://www.lmdb.tech/doc/ , more than an in-memory hash structure. Take a look - moving to memory mapped DB may as...
There is science behind this: https://www.ted.com/talks/derek_sivers_keep_your_goals_to_yourself
This is 100% reproducible on my machine. I've compiled ldc many times during debugging. Several times more when I found it, as I could not believe it. I have a...
``` /usr/bin/ld --version GNU ld version 2.39-9.fc38 ``` I have `mold` built. I will try linking with it.
Linking with `mold` does not help. Still crashes with SIGSEGV.
Unfortunately no change with `gold` nor `lld`. Still crashes. ``` GNU gold (version 2.39-9.fc38) 1.16 LLD 16.0.6 (compatible with GNU linkers) ```