azhuchkov / tunblkctl

Command-line frontend for Tunnelblick
MIT License
24 stars 1 forks source link

Performance testing #10

Closed azhuchkov closed 9 months ago

azhuchkov commented 9 months ago

Since AppleScript is uncompiled so far, there is a small delay in handling requests. This task assumes research in the area of performance and its improvement.

azhuchkov commented 9 months ago

Compilation doesn't give much - just a few milliseconds. And running those external processes are the biggest waste of time, so I don't see any areas of improvement for this implementation.