/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Use DuckDB-WASM to query TB of data in browser
(lil.law.harvard.edu)
224 points
mlissner
| 1 comments |
31 Oct 25 17:37 UTC
|
HN request time: 0.273s
|
source
Show context
didip
◴[
01 Nov 25 04:07 UTC
]
No.
45779172
[source]
▶
>>45774571 (OP)
#
How… does it not blow up browser’s memory?
replies(1):
>>45779790
#
1.
Copenjin
◴[
01 Nov 25 07:13 UTC
]
No.
45779790
[source]
▶
>>45779172
#
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.
ID:
GO
↑