You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ng used right now, but may be used in the future.
Squashed commit of the following:
commit 4acf117
Author: David Sherret <dsherret@gmail.com>
Date: Sat Nov 23 13:06:26 2019 -0500
Remove use of document cache because it wasn't faster. Will look into this more later.
commit d5f82fb
Author: David Sherret <dsherret@gmail.com>
Date: Sat Nov 23 12:56:39 2019 -0500
Various changes.
commit 788e73f
Author: David Sherret <dsherret@gmail.com>
Date: Fri Nov 22 22:49:34 2019 -0500
So sad. This cloning is slower than re-parsing the file.
I'll probably look into creating a proxy of all the objects instead.
commit 358f96d
Author: David Sherret <dsherret@gmail.com>
Date: Sun Nov 17 17:52:09 2019 -0500
Beginnings of a document cache where source file objects can be shared across projects.
I decided to merge some of this to master, but I ended up reverting the implementation because it wasn't faster than just reparsing the source files each time:
See #658.
It might be useful to have a document registry that could be shared between projects.
The text was updated successfully, but these errors were encountered: