twinaphex f73e4e9af8 (Autoconfig) Try to avoid implicit fgets calls which are slow (inside
config_file_new and filestream_getline) - instead, read the entire
file into a memory buffer once and then pass it to
config_file_new_from_string - went from 14000 ticks to 9000 ticks
on an NVME M2 SSD, so big gains
2019-07-16 18:35:44 +02:00
..
2019-07-14 18:52:51 +02:00
2019-05-12 20:17:58 +02:00
2019-05-22 09:55:10 +02:00
2019-01-20 03:16:58 +01:00
2019-07-08 16:06:35 -04:00