-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Significantly improved performance through various optimizations: | ||
|
||
* Added caching of parsed Pipfile content with a file lock and proper invalidation | ||
* Optimized dependency resolution by reducing unnecessary subprocess calls | ||
* Improved handling of reverse dependencies in the update process | ||
* Added file locking mechanism to prevent concurrent Pipfile modifications | ||
* Reduced redundant file operations and system calls | ||
* Added developer utilities for profiling performance bottlenecks | ||
|
||
Fixes bug with passing markers in CLI install command not getting propogated to Pipfile |