Hello There, I'm the owner of this repo.
So nice that has ended here somehow.
Gonna answer the upper quests...
- Do you ever find that the Garbage Collector causes noticeable pausing in the emulator?
The GC dosn't cause noticeable pausing on my setup. Even tho it could allocate less.
- Did you do this with 100% managed memory, or do you need to use unsafe code / real pointers?
In fact it was done without unsafe code or pointers till some of the latest commits. Where i switched to unsafe because performance reasons. On my setup that was arround 10 fps more.
- Do you ever find that the Garbage Collector causes noticeable pausing in the emulator?
The GC dosn't cause noticeable pausing on my setup. Even tho it could allocate less.
- Did you do this with 100% managed memory, or do you need to use unsafe code / real pointers?
In fact it was done without unsafe code or pointers till some of the latest commits. Where i switched to unsafe because performance reasons. On my setup that was arround 10 fps more.