←back to thread

224 points mlissner | 2 comments | | HN request time: 0s | source
1. didip ◴[] No.45779172[source]
How… does it not blow up browser’s memory?
replies(1): >>45779790 #
2. Copenjin ◴[] No.45779790[source]
The UI element is a scrollable table with a fixed size viewport window, memory shouldn't be a problem since they just have to retrieve and cache a reasonable area around that window. Old data can just be discarded.