Jump to content

FastINI: Difference between revisions

From EDM2
Created page with " ==Functions== * FastIniStart * FastIniVersion * FastIniEnd ==Files== * FASTINI.DLL Category:The OS/2 API Project"
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
DLL with example REXX code on how any rexx procedure 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 have 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 [[FASTINI.DLL]] to greatly boost OS/2 REXX SysIni() performance (hundreds of times faster).
;Files
* FASTINI.DLL


==Functions==
==Functions==
Line 5: Line 9:
* FastIniEnd
* FastIniEnd


==Files==
==License==
* [[FASTINI.DLL]]
*Open source under the GNU GPL license.
*Author: [[Dennis Bareis]]


==Links==
* [http://dennisbareis.com Website]
* [http://dennisbareis.com/zips_fw/fi_98148.zip fi_98148.zip] (Version 98.148)
* [https://github.com/OS2World/LIB-FastINI Source code at Github]


[[Category:The OS/2 API Project]]
[[Category:REXX Function Library]]

Latest revision as of 00:06, 15 November 2020

DLL with example REXX code on how any rexx procedure 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 have 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 FASTINI.DLL to greatly boost OS/2 REXX SysIni() performance (hundreds of times faster).

Files
  • FASTINI.DLL

Functions

  • FastIniStart
  • FastIniVersion
  • FastIniEnd

License

Links