Subj : src/xpdev/ini_file.c To : Git commit to main/sbbs/master From : Deucе Date : Mon Sep 29 2025 11:26 am https://gitlab.synchro.net/main/sbbs/-/commit/afc6f520a36b00b1129fc495 Modified Files: src/xpdev/ini_file.c Log Message: Optimize large INI parsing some more Have iniParseSections() sort the section list, then use bsearch() to find the section. .