14.02.2016, 13:10
Personally, I use SQLite with synchronous OFF.
It's fast enough and allows me to add more metadata such as categories and tags.
The main issue with fwrite is that the I/O is blocking. Creating a string with date/time or casting a string to a C-string is negligible, and changing your code just because of that is bad practice.
It's fast enough and allows me to add more metadata such as categories and tags.
The main issue with fwrite is that the I/O is blocking. Creating a string with date/time or casting a string to a C-string is negligible, and changing your code just because of that is bad practice.

