Y
Hacker News
new
|
ask
|
show
|
jobs
by
breck
631 days ago
What's causing it to crash, the left panel or the right?
Are you using CodeMirror for the left panel?
1 comments
loggerhead
631 days ago
The issue isn't with the editor itself, but rather because rendering becomes very time-consuming when there are too many DOM nodes. This is due to the specification limiting to only one main UI thread.
link
breck
631 days ago
You should learn webgl and do particle rendering.
link
loggerhead
631 days ago
Thanks. The main issue is that we can't reuse existing components, so the development workload will be quite large, but I'll think about it.
link