FastINI: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Jugbogdan (talk | contribs)
mNo edit summary
Jugbogdan (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
{{Software
{{Software
|Picture=NA.png
|Picture=NA.png
|Version=98.148
|Version=98.148 (1999)
|Author=[[Dennis Bareis]]
|Author=[[Dennis Bareis]]
|License=GNU GPL
|License=GNU GPL
|Download={{FileLink|FastINI-98_148.zip}}
|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/
|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 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.
==Links==
*[https://github.com/OS2World/LIB-FastINI Source code at Github]


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

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.