skyline/app
PixelyIon a5ca370c36 Implement thread-safe MegaBuffer pool
We currently have a global `MegaBuffer` instance that is shared across all channels, this is very problematic as `MegaBuffer` fundamentally works like a state machine with allocations (especially resetting/freeing) and is thread-specific. Therefore, we now have a pool of several `MegaBuffer`s which is allocated from by the `CommandExecutor` and kept channel specific as a result which also limits its usage to a single thread, this allows for individually resetting or freeing any allocations.
2022-06-05 13:04:40 +05:30
..
libraries Update hades 2022-06-02 21:58:30 +01:00
src/main Implement thread-safe MegaBuffer pool 2022-06-05 13:04:40 +05:30
.gitignore libNX FS Initalization (v0.3) 2019-10-18 16:22:38 +05:30
build.gradle Introduce CI build signing 2022-05-31 01:25:18 +05:30
CMakeLists.txt Stub audin:u 2022-06-04 19:11:57 +01:00
proguard-rules.pro Keep member names in pro guard 2020-11-12 22:19:55 +05:30