node/deps/sqlite
Colin Ihrig c61504bda4
sqlite: disable memstatus APIs at build time
This commit defines SQLITE_DEFAULT_MEMSTATUS=0 for the SQLite
build. This setting disables several currently unused C APIs in
SQLite, which can yield noticeable performance improvements.
This setting is also used by better-sqlite, and is one of the
recommended compile-time options in the SQLite docs.

The disabled APIs are used to report statistics about SQLite's
memory usage. The drawback to this change is that those APIs
could possibly be useful one day.

Refs: https://sqlite.org/compile.html
PR-URL: https://github.com/nodejs/node/pull/56541
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
2025-01-12 04:08:05 +00:00
..
BUILD.gn deps,lib,src: add experimental web storage 2024-06-14 18:40:04 +00:00
sqlite.gyp sqlite: disable memstatus APIs at build time 2025-01-12 04:08:05 +00:00
sqlite3.c deps: update sqlite to 3.47.2 2024-12-10 01:04:41 +00:00
sqlite3.h deps: update sqlite to 3.47.2 2024-12-10 01:04:41 +00:00
sqlite3ext.h sqlite: deps include `sqlite3ext.h` 2024-11-29 18:10:40 +00:00
unofficial.gni sqlite: enable SQL math functions 2025-01-05 05:35:54 +00:00