You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This AutoIt3 project uses FnvHash for display id lookup names.
This MAY be faster then the current solution, if the general loop speed related issues of AutoIt3 does not cause FnvHash to be slower.
https://github.com/nomi-san/true-autoit-multi-threading/blob/fda70b5c1ccab75dfae9edaaac0961926669da9a/src/shared.cc#L121
This AutoIt3 project uses
FnvHash
for display id lookup names.This MAY be faster then the current solution, if the general loop speed related issues of AutoIt3 does not cause
FnvHash
to be slower.Related to #10
The text was updated successfully, but these errors were encountered: