Föderation EN Mi 17.07.2024 18:51:41 Wow reading this somehow makes me wanna cry 😠https://www.notion.so/blog/how-we-sped-up-notion-in-the-browser-with-wasm-sqlite (via HN https://news.ycombinator.com/item?id=40949489) - "Using SQLite improved page navigation times by 20 percent in all modern browsers." |
Föderation EN Mi 17.07.2024 18:56:35 kinda relevant context: https://mastodon.social/@cheeaun/112721893441434571 |
Föderation EN Mi 17.07.2024 19:29:34 @cheeaun Why did you say not WASM SQLite? Just curious, not a challenge 🙂 |
Föderation EN Mi 17.07.2024 21:13:39 @hallenbeck @cheeaun Not to put words in their mouth, but I guess they'd prefer it to be native, for better performance (and it also makes sense because browsers usually already have SQLite embedded). |
Föderation EN Mi 17.07.2024 23:24:52 @art_codesmith @hallenbeck @cheeaun On the bright side, however, using WASM would mean that devs aren't obligated to code around broken native implementations, or missing features on some versions. This may be worth the resource impact. |
Föderation EN Mi 17.07.2024 23:25:56 @wikicliff @hallenbeck @cheeaun To be fair, you probably still have it now with 5 different versions of React. |
Föderation EN Mi 17.07.2024 23:27:05 @art_codesmith @hallenbeck @cheeaun |