Skip to content

Now you don't have to use the Windows registry. With fast ini in memory your programs may works much faster with ini files.

Notifications You must be signed in to change notification settings

Wilenty/Fast-INI-in-memory-for-AutoIT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast INI in memory for AutoIT

Latest Version Total Downloads Latest Release Downloads

If you like my work, please support me.

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!

About

Now you don't have to use the Windows registry. With fast ini in memory your programs may works much faster with ini files.

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published