A Python Code Minifier
-
Updated
May 4, 2022
A Python Code Minifier
I improved potential runtime performance by avoiding unnecessary code executions, batching operations together and avoiding unnecessary DOM access. I also found and fixed memory leaks. Then, I used optimal JavaScript approaches for high-frequency operations and carefully considered micro-optimizations. Finally, I improved startup time performance.
An api for parsing markdown to html and html to markdown
A command line window (.exe) app wrapper for the php minifier by https://github.com/basselin/php-minify
This tool provides a simple but effective way to obfuscate Python source code. It renames variables, removes comments and whitespace, and optionally wraps the code in Base64 encoding to hinder reverse engineering and source readability.
Add a description, image, and links to the code-minifier topic page so that developers can more easily learn about it.
To associate your repository with the code-minifier topic, visit your repo's landing page and select "manage topics."