TurboWarp / extensions

User-contributed unsandboxed extension gallery for TurboWarp
https://extensions.turbowarp.org/
MIT License
116 stars 232 forks source link

local-storage dont need to read and parse on every get #1542

Open GarboMuffin opened 3 months ago

yuri-kiss commented 3 months ago

Just cache the object unless it changed right?

fcures commented 3 months ago

yo he is cooking

RockyTheProtogen commented 2 months ago

🤔 I guess just store it all in temporary variables, and then overwrite them when it is changed. So basically just a copy in memory, but only the ones that have been accessed. Actually, this gave me an idea.