Releases: genius257/AutoItObject-Internal
Releases · genius257/AutoItObject-Internal
4.0.1
4.0.0
A performance and readability focused release.
When testing speed i found a minimum increase in speed by ~20%
Internal structure for object properties have changed from a singly linked list to using array instead.
Readability should also have improved a lot, by removing obscure calculations to memory pointers, and instead now uses constants for transparency.