FastINI: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Ak120 (talk | contribs)
mNo edit summary
No edit summary
Line 1: Line 1:
{{Software
|Picture=NA.png
|Version=98.148
|Vendor=
|Author=[[Dennis Bareis]]
|License=GNU GPL
|Download=[http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/util/system&file=FastINI-98_148.zip]
|Website=[https://dennisbareis.com/index.htm]
}}
This is a rexx DLL with example rexx code on how any rexx program that accesses INI files through SysIni calls are made much faster. This does not require your code to be rewritten just two small pieces of code to be inserted. It had been seen a 280 times increase in INI update times! While the included example shows one way to incorporate FASTINI code, the recommended approach is to use the FASTINI.XH header file. FastINI Header is a header file and example program on the best way to use my FASTINI.DLL to greatly boost OS/2 rexx's SysIni () performance (hundreds of times faster).  
This is a rexx DLL with example rexx code on how any rexx program that accesses INI files through SysIni calls are made much faster. This does not require your code to be rewritten just two small pieces of code to be inserted. It had been seen a 280 times increase in INI update times! While the included example shows one way to incorporate FASTINI code, the recommended approach is to use the FASTINI.XH header file. FastINI Header is a header file and example program on the best way to use my FASTINI.DLL to greatly boost OS/2 rexx's SysIni () performance (hundreds of times faster).  
==License==
*Open source under the GNU GPL license.
*Author: [[Dennis Bareis]]


==Links==
==Links==
* http://dennisbareis.com/
*[https://github.com/OS2World/LIB-FastINI Source code at Github]
* [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/util/system&file=FastINI-98_148.zip Version 98.148]
* [https://github.com/OS2World/LIB-FastINI Source code at Github]


[[Category:Open Source Software]][[Category:REXX Function Library]]
[[Category:Open Source Software]]
[[Category:REXX Function Library]]

Revision as of 01:29, 20 December 2019

FastINI
Version 98.148
Vendor
Author Dennis Bareis
License GNU GPL
Download [1]
Website [2]

This is a rexx DLL with example rexx code on how any rexx program that accesses INI files through SysIni calls are made much faster. This does not require your code to be rewritten just two small pieces of code to be inserted. It had been seen a 280 times increase in INI update times! While the included example shows one way to incorporate FASTINI code, the recommended approach is to use the FASTINI.XH header file. FastINI Header is a header file and example program on the best way to use my FASTINI.DLL to greatly boost OS/2 rexx's SysIni () performance (hundreds of times faster).

Links