PerformanC / ReZygisk

Standalone implementation of Zygisk but better.
GNU General Public License v3.0
76 stars 6 forks source link

[FR]: Re-write zygiskd to C99 #8

Open ThePedroo opened 1 week ago

ThePedroo commented 1 week ago

Description

Currently zygiskd is in Rust, this FR is to track the conversion of it to C99.

Reason

Rust performs (far) worse than C in terms of efficiency, performance. Not only that, but adds unnecessary complexity trying to make the rustc happy, which ends up with a codebase that is harder to mantain.

C99 is a standard that will never change, and ensures it lasts forever, in the other hand, Rust is constantly changing, and requires us to follow up with its design.

Confirmations

Code of Conduct