
Sqlite has a build mode called "amalgamation" that gathers all 90+ source code files into a single sqlite3.c file before compiling the library. Building sqlite this way reportedly gives a 5-10% performance gain because the compiler can perform more sophisticated optimizations. svn path=/nixpkgs/trunk/; revision=18092
Description
No description provided
Languages
Nix
96.3%
Shell
1.8%
Python
0.7%
Perl
0.4%
C
0.3%
Other
0.1%