All Questions
1 question
3
votes
1
answer
98
views
Dynamic DOM Text Editor Performance
I am creating a text editor that will need to work in the browser, syntax highlight, and allow users to edit files up to 50MB in size (i.e. the space allowed by indexedDB) without an "out of memory" ...