multihack / multihack-brackets

Realtime collaboration for programmers. (Brackets Extension)
MIT License
24 stars 9 forks source link

Unresponsive on large projects #28

Open t-mullen opened 7 years ago

t-mullen commented 7 years ago

The initial sync message sends the entire project at once.

YJS needs to stream the initial sync messages. JSON serialization is probably a slowdown as well.

t-mullen commented 6 years ago

Keeping references to documents is one of the biggest leaks. References should be limited.