You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far ffsds4 runs under PyPy but with some caveats:
New typing features (e.g. Protocols) are not supported in PyPy due to the lower targeted API level (3.7). This can be resolved once they releases a new version that supports API level 3.8 (which should be the actual minimum required version for ffsds4).
The performance is really bad, with the DS4Function thread @ 250 FPS using 20% of CPU on not-so-bad-and-still-better-than-most-maker-grade-ARM x86 processor (!) and Sequencer thread running hotter than CPython most of the time. Profiling might be required once 1 is resolved.
No PyInstaller support (for obvious reasons). Just live with it I guess.
If 2 can be resolved, maybe it' possible to list PyPy as supported.
The text was updated successfully, but these errors were encountered:
So far ffsds4 runs under PyPy but with some caveats:
DS4Function
thread @ 250 FPS using 20% of CPU on not-so-bad-and-still-better-than-most-maker-grade-ARM x86 processor (!) andSequencer
thread running hotter than CPython most of the time. Profiling might be required once 1 is resolved.If 2 can be resolved, maybe it' possible to list PyPy as supported.
The text was updated successfully, but these errors were encountered: