Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RIIR #1

Open
be5invis opened this issue Jul 30, 2022 · 3 comments
Open

RIIR #1

be5invis opened this issue Jul 30, 2022 · 3 comments

Comments

@be5invis
Copy link

Remove .net dependency and improve performance (and its own battery consumption).

@be5invis
Copy link
Author

Alternatively, could consider .NET 7's NativeAOT.

@hez2010
Copy link

hez2010 commented Aug 9, 2022

Alternatively, could consider .NET 7's NativeAOT.

Built one with .NET 7's NativeAOT, the size is only 1.66mb and only taking 1.5mb memory at runtime.
EnergyStar.zip

@ysc3839
Copy link

ysc3839 commented Aug 10, 2022

Personally I suggest using C++ to rewrite since there's no need to worry about API declaration, and it's easier to make it run as a service.
Someone may say that I can create a new project. Yes, but the author has code signing while I don't have. Another option is to submit it to PowerToys, so that is signed by MS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants