Skip to content

Commit

Permalink
add news fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Nov 7, 2024
1 parent 96a89e6 commit 63770ad
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions news/6311.bugfix.rst
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

0 comments on commit 63770ad

Please sign in to comment.