FastINI

From OS2World.Com Wiki
Jump to navigation Jump to search
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.