Notice: Some of the services that support the smooth operation of our websites are still in the process of being restored. As a result, certain features—such as images and committer paperwork—may be temporarily unavailable. Our team is actively working to resolve these issues and restore full functionality as soon as possible.

Thank you for your patience and understanding.

Eclipse JGit: Java implementation of Git 5.1.16

5.1.16

Description

Performance Improvements

  • BatchRefUpdate: Skip saving conflicting ref names and prefixes in memory. This change improves the complexity of creating n refs using BatchRefUpdate from O(n) to O(1).
  • Optimize RefDirectory.isNameConflicting(). This change improves complexity of creating one ref when n loose refs are present from O(n) to O(1).
Conforms To UI/UX Guidelines
Not verified