←back to thread

224 points mlissner | 1 comments | | HN request time: 0.273s | source
Show context
didip ◴[] No.45779172[source]
How… does it not blow up browser’s memory?
replies(1): >>45779790 #
1. 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.