top of page
Any of my free tools can be freely shared, but only in case where there is no profit, even from ads.
Anyway you can share the link to my website if you like it.
If you like my tools, please support me at: https://ko-fi.com/Wilenty ,
thanks to you I will be able to improve my tools and create new ones.
Search

Fast INI in memory for AutoIT

Writer's picture: WilentyWilenty

The idea to create this library came because AutoIT ini functions operates on ini file (which is slow), it means that the AutoIT ini functions reads and writes the ini file in every change.


At program starts first you need to load the ini file into memory, and save the config ini before program closes itself, or when the user close configuration options.

Save the ini file in every change does not brings desired effects, especially on slow HDDs and slow USB storage.


Also, please check the examples I have prepared. They should shows how it works, what the possibilities are and how fast is the ini memory library.

All functions and their result codes are described in a file named Functions_list.txt.


Lately I tested all of the functions and made some corrections. From now it should works as expected.


But, if you find a bug, please report it to me with details where this bug appears, that I can repeat it and find.

The best will be, if you share with me the program, or script you are working on. Thanks!


33 views0 comments

Recent Posts

See All

InnoSetup v6.4.2-{2025-02-19}

Get it there: https://github.com/Wilenty/InnoSetup-with-latest-LZMA/releases/tag/v6.4.2-%7B2025-02-19%7D

InnoSetup v6.4.1-{2025-02-12}

^: Release name explanation: program name ver.s.ion-{date of source in the computer format} Get it there: https://github.com/Wilenty/Inno...

Comments


bottom of page