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
Writer's pictureWilenty

Fast INI in memory for AutoIT

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

d7zip4Inno v1.1

Get it there: https://github.com/Wilenty/d7zip4Inno/releases/tag/v1.1

AiO Notepad3 6.24.1221.1

Get it there: https://github.com/Wilenty/Notepad3/releases/tag/v6.24.1221.1

Comments

Couldn’t Load Comments
It looks like there was a technical problem. Try reconnecting or refreshing the page.
bottom of page