-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Description:
I originally developed a script that allows users to kill a child window or process with just a click on that specific window. It was efficient, but I felt running it as a script wasn't optimal for performance and resource usage. I then created an optimized version of the application, reducing its size to 8 MB.
While 8 MB isn't large, the application uses ctypes, and I believe the same functionality could be achieved with a much smaller footprint in C or Go (less than 1 MB).
Task:
Re-implement the functionality of the current application in either C or Go with a focus on size optimization. The final executable should retain the same functionality (click to terminate child window or process) while being significantly smaller in size.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers