-
-
Notifications
You must be signed in to change notification settings - Fork 658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
server/invalidate calls Path.UniqueKey.create for every cached module #9509
Comments
As @Neu2o mentioned, apparently, what we use for |
@nadako I've pushed an implementation, which doesn't access file system. Could you please compare unix/windows again? |
Will do when I have some time ^^ |
* added `module_def_extra.m_file_key` (#9509) * added a cache for file keys in common and eval contexts * UniqueKey.lazy_t & api
This can't go into "Hotfix", because it already generates too many conflicts with 4.1_bugfix branch. |
However, I've cherry-picked "m_file" change into "Hotfix" as it's a small and isolated change and it optimizes "server/invalidate" requests. |
...which, as we figured, doesn't scale well when your project has thousands of modules :)
The text was updated successfully, but these errors were encountered: