mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-23 02:43:40 +00:00
435f935de3
In general, we want to use this algorithm only with self-contained compression lists. As such, we've added all of the proper synchronization primitives in the list object itself. That way, different threads that are working on the same list will be able to communicate. Ideally, this should eliminate the number of user-space context switches that happen. Whether or not this is faster than the other synchronization algorithms that we've tried remains to be seen... |
||
---|---|---|
.. | ||
config | ||
include | ||
src | ||
CMakeLists.txt |