Post B8D1QLmowHunDsUIuO by crunklord420@kiwifarms.cc
 (DIR) More posts by crunklord420@kiwifarms.cc
 (DIR) Post #B8D1QLmowHunDsUIuO by crunklord420@kiwifarms.cc
       0 likes, 0 repeats
       
       I'm feeding callgrind output into Opus and Sol and they're going full autism mode. Grinding down into parsing assembly output.Sol even triggered a safety warning because it looks like hacking. I never use Fable, but I hear Fable freaks out even looking at C/low level system code.
       
 (DIR) Post #B8D1esHQvPAO3RjSZk by crunklord420@kiwifarms.cc
       0 likes, 0 repeats
       
       LLMs have given my engine an MASSIVE performance boost. Everywhere. We just got done going over the ELF loader. It figured out I was exporting way more symbols than I needed to, killing link time optimizations.I bet we're like 4x faster, depending on platform.
       
 (DIR) Post #B8EiFHwYxAK4X7XXDE by Saxophone3784@kiwifarms.cc
       1 likes, 0 repeats
       
       @crunklord420 I use fable with C to write stuff using SDL3, it is amazing
       
 (DIR) Post #B8Ek2G4anQimsMD5ua by crunklord420@kiwifarms.cc
       0 likes, 0 repeats
       
       @Saxophone3784 I encourage you to try to get it working in emscripten. SDL3 has better support for it now. However I do a lot of stuff manually with ifdefs. Opus moved me over to Audio Worklets for better sound and stuff.