Emulators - Part 4

Channel:
Subscribers:
595
Published on ● Video Link: https://www.youtube.com/watch?v=G3hZEVaVJSo



Duration: 2:15:14
14 views
0


Likes/Dislikes: ๐Ÿ‘0.0/๐Ÿ‘Ž0.0 โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘ updated: 2022-01-13
Extra Info:

after i stopped the stream i ran some timing tests on the HLE and LLE with the same program loaded into ram;

LLE: 100000 loops, best of 3: 60.9 usec per instruction.
HLE: 1000000 loops, best of 3: 0.992 usec per instruction.

so. HLE is around 61 times faster than LLE (for this specific implementation mind you).