FastINI: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
Jugbogdan (talk | contribs)
mNo edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==Description==
{{Software
|Picture=NA.png
|Version=98.148 (1999)
|Author=[[Dennis Bareis]]
|License=GNU GPL
|Download=[//dennisbareis.com/zips_fw/fi_98148.zip fi_98148.zip]<br />[http://dennisbareis.com/zips_fw/fastini.zip fastini.zip]
|Website=https://dennisbareis.com/
}}
This is a REXX DLL with example 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 SysIni () performance.


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).
[[Category:Open Source Software]]
 
[[Category:REXX Function Library]]
==Download==
* [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]
 
==License==
Open source under the GNU GPL license.
 
==Author==
* [[Dennis Bareis]]
 
==Links==
* http://dennisbareis.com/
 
[[Category:Libraries]]

Latest revision as of 22:07, 26 July 2023

FastINI
Version 98.148 (1999)
Vendor
Author Dennis Bareis
License GNU GPL
Download fi_98148.zip
fastini.zip
Website https://dennisbareis.com/

This is a REXX DLL with example 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 SysIni () performance.