1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 21:50:00 -05:00
denoland-deno/ext
Luca Casonato 4010b84675
perf: improve localStorage throughput (#11709)
This PR improves localStorage write throughput by around 150x by caching
the prepared statements for SQLite and adding some DB pragmas.

Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
2021-08-14 22:39:35 +02:00
..
broadcast_channel Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
console Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
crypto fix(ext/crypto): importKey() SecurityError on non-extractable keys (#11662) 2021-08-13 23:20:44 +02:00
fetch Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
ffi Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
http cleanup(ext/http): simplify cookie header handling (#11704) 2021-08-14 14:35:58 +02:00
net Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
timers Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
tls Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
url Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
web cleanup(ext/web/BlobStore): avoid redundant Arc<Box<T>> alloc (#11693) 2021-08-14 10:27:27 +02:00
webgpu Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
webidl Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
websocket Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
webstorage perf: improve localStorage throughput (#11709) 2021-08-14 22:39:35 +02:00