Y
Hacker News
new
|
ask
|
show
|
jobs
by
qwerta
4615 days ago
Does it store data serialized or in object form? I am not sure how JS reacts to a few millions objects.
1 comments
daleharvey
4615 days ago
It stored plain objects, they are persisted to disk so memory shouldnt really be a concern, it uses idb in firefox / chrome, websql in others (or leveldb in node)
link