davidteather / python-obfuscator

I got tired of writing good code so I made good code to make bad code
MIT License
151 stars 33 forks source link

[question] is obfuscating code makes it slower in any ways ? #7

Closed ahmed4end closed 3 years ago

ahmed4end commented 3 years ago

is obfuscating code makes it slower in any ways ?

davidteather commented 3 years ago

Yes obfuscation will slow down a script as well as use more memory. However, in most cases the slower speed is negligible compared to the code you may be obfuscating such as a game which loading images would probably take longer.