18 May 22
28 Apr 22
https://gitlab.com/siddfinch/uptime
by bbohling
3 years ago
07 Jan 22
Regexes, math, file IO and over 100 other functions.
by piranha
4 years ago
05 Jan 22
20 Oct 21
01 May 21
25 Mar 21
Here is why SQLite is a perfect tool for you - whether you are a developer, data analyst, or geek.
by eli
4 years ago
11 Feb 21
27 Jun 20
Over 100 separate source files are concatenated into a single large files of C-code named sqlite3.c and called “the amalgamation”. Combining all the code for SQLite into one big file makes SQLite easier to deploy — there is just one file to keep track of. And because all code is in a single translation unit, compilers can do better inter-procedure optimization.
by mlb
5 years ago