FastINI: Difference between revisions
Jump to navigation
Jump to search
Created page with "==Description== 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 you..." |
mNo edit summary |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
== | {{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. | |||
[[Category:Open Source Software]] | |||
[[Category:REXX Function Library]] | |||
[[Category:Software]] | |||
[[Category: |
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.