aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-vfs-opfs-sahpool.js
Commit message (Expand)AuthorAge
* Fix a shadowed var in opfs-sahpool and add more tests.stephan2023-07-18
* Further refactoring of opfs-sahpool and start integrating it into tester1.c-p...stephan2023-07-18
* Major restructuring of the opfs-sahpool bits to better support multiple insta...stephan2023-07-18
* Refactor opfs-sahpool to support multiple instances, each with a separate VFS...stephan2023-07-18
* sahpool vfs: rename defaultCapacity to initialCapacity, per feedback.stephan2023-07-17
* Minor doc tweaks.stephan2023-07-16
* Correct a missing assignment. Minor doc additions.stephan2023-07-16
* Doc tweaks only, no code changes.stephan2023-07-16
* Add a way to remove the opfs-sahpool's persistent state from OPFS or unlink()...stephan2023-07-16
* Move SAH pool configuration options from the library-level config to a config...stephan2023-07-16
* speedtest1.js: only install opfs-sahpool if it's provided via --vfs flag, to ...stephan2023-07-16
* Micro-optimizations in opfs-sahpool.stephan2023-07-16
* Redefine what the opfs-sahpool installation promise resolves to. Fix addCapac...stephan2023-07-16
* Minor cleanups in the opfs-sahpool VFS.stephan2023-07-15
* Correct opfs-sahpool VFS after the pebkac involving the previous speedtest1 r...stephan2023-07-15
* Rename opfs-sahpool removeCapacity() to reduceCapacity().stephan2023-07-15
* opfs-sahpool VFS now seems to work, in that it runs fine (and blazingly fast)...stephan2023-07-15
* More work on porting the sahpool bits. Revert to random backing-store names b...stephan2023-07-15
* Switch opfs-sahpool to use deterministic backing-store file names. Delay VFS ...stephan2023-07-14
* Integrate the opfs-sahpool VFS into the JS build and get it loading (but it's...stephan2023-07-14
* Initial sketches for an alternate OPFS VFS which uses a pool of pre-opened Sy...stephan2023-07-14