What is the purpose of cythonizing wave apps? #1363
Unanswered
Mathanraj-Sharma
asked this question in
Q&A
Replies: 1 comment
|
For obfuscating the source code of proprietary apps (to a certain extent). |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Normally we cythonize the python packages to increase the performance & to secure the source code.
But what is the purpose of cythonizing wave app? (Even we cythonize the app’s package, end of the day we use
.waveartifact instead of.whlfor deployment)cc: @rasika @lasith011 @VijithaEkanayake
All reactions