Hacker News
new
past
comments
ask
show
jobs
points
by
boxfire
7 hours ago
|
comments
by
aatd86
4 hours ago
|
next
[-]
Can the reactive graph even be updated concurrently if the UI depends on it though? Because the UI is likely to run in its own single thread...
reply
by
Groxx
2 hours ago
|
parent
|
[-]
yea, this is in javascript. it's inherently single-threaded in almost all contexts (e.g. node.js shared memory where you're intentionally bypassing core semantics for performance, and correctness is entirely on you)
reply
by
4 hours ago
|
prev
|
[-]
deleted
reply