How's Linear so fast? A technical breakdown
performance.dev
How's Linear so fast? A technical breakdown
1–10 of 250 posts
Re: How's Linear so fast? A technical breakdown
#2[deleted]
Re: How's Linear so fast? A technical breakdown
#3[dead]
Re: How's Linear so fast? A technical breakdown
#4I was expecting a post on how hardware accelerate linear algebra lol
Re: How's Linear so fast? A technical breakdown
#5funny how things come back.
I loved meteorjs and its still my fav framework to this day.
Seeing optimistic ui and browser based databases being used this way makes me happy.
I would like to understand how they do the chunking and only updating part of the graph instead all of it.
Re: How's Linear so fast? A technical breakdown
#6[deleted]
Re: How's Linear so fast? A technical breakdown
#7They're doing some really cool stuff with Agents too.. automating software pm. it's a huge difference between this and their (unnamed) larger competitors.
Re: How's Linear so fast? A technical breakdown
#8I've always wondered how they made the UX so slick - thanks for sharing.
Re: How's Linear so fast? A technical breakdown
#9Thanks for the read. It is a bit more complicated than you think.
I completely rebuilt this sync engine + orm with relations, lazy loading etc, using Vue + Pinia in https://playcode.io. Google Linear’s videos, they explained in detail their architecture.
Yes, I spent a few months. But it worth it. Every new field, model I need to add, it is so straightforward. I do love frameworks and foundations. They make live easier later by a lot.
Re: How's Linear so fast? A technical breakdown
#10> A traditional CRUD app doing the same thing takes about 300ms.
300ms seems like a lot. Even if this includes the whole http request+response it still seems unbelievably long.