]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance the JSON parser cache such that it is able to extract lines from json-write-cache
authordrh <>
Wed, 19 Jul 2023 12:52:09 +0000 (12:52 +0000)
committerdrh <>
Wed, 19 Jul 2023 12:52:09 +0000 (12:52 +0000)
commitad9533679ae5384ec21b7682266ac82ae579547b
treea0aead746ff67d0ce12ce0eb85d112cd1ec1d957
parent37fd50df1fdf67ba2d46dab956b921d14ad956be
Enhance the JSON parser cache such that it is able to extract lines from
the cache and use them for writing, though they then have to be evicted from
the cache.  This was an experiment in trying to reduce the amount of parsing
needed for a big UPDATE, but it does not seem to help any.  Retained for
reference only.

FossilOrigin-Name: 2e6fbebc41f1a24f8233b136131e6c392d7474f24946ef164fe3600afbd02357
manifest
manifest.uuid
src/json.c