Page 3 of 3

Re: [AHK_H v2] Native multi-threading using thread local storage (without AutoHotkey.dll)

Posted: 12 May 2016, 11:44
by -_+
That's awesome, but what about the future of that? Will that get landed to AHK_L v2?
HotKeyIt, I heard of your alternative branch of AHK, but I never cared to try it, is there anywhere a comparison list (a feature 'diff') of your branch against the main one (AHK_L v2)?

Re: [AHK_H v2] Native multi-threading using thread local storage (without AutoHotkey.dll)

Posted: 12 May 2016, 15:42
by HotKeyIt
The future of the tls version is that it will replace current AHK_H v2, it is very unlikely that it will be merged to AHK_L v2!
The changes AHK_L to AHK_H can be found here.

Re: [AHK_H v2] Native multi-threading using thread local storage (without AutoHotkey.dll)

Posted: 14 May 2016, 12:18
by HotKeyIt
I have merged tls branch into v2, let me know if you find any bugs or problems.

Re: [AHK_H v2] Native multi-threading using thread local storage (without AutoHotkey.dll)

Posted: 09 Jun 2016, 03:23
by vasili111
Why not to just merge all that multi-threading things to AutoHotkey v2? Multi-threading gives huge advantage compared with single threaded. I think AutoHotkey most lacking option is Multi-threading.