Skip to content

Re-implement Window/Process Termination Tool in C or Go for Size Optimization #1

@mohd-minhal

Description

@mohd-minhal

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions