obhq / obliteration

Experimental PS4 emulator written in Rust for Windows, macOS and Linux
https://obliteration.net
MIT License
586 stars 17 forks source link

Replaces Gutex thread park/unpark with Futex #807

Closed ultimaweapon closed 3 months ago

ultimaweapon commented 3 months ago

This should dramatically increase Gutex performance since no more additional Mutex and no more additional heap allocation.