Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add compat entry for
PrecompileTools
- Loading branch information
PrecompileTools
6e4e07d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
This release makes great progress on performance. Users will notice significant improvements in speed, both in loading the package as well as using it.
Package Precompiling
As an interactive application, this package has needed precompilation since the beginning. It's finally here! Using VimBindings.jl will no longer entail waiting a second or two for the first run of every command to compile from scratch. The combination of precompilation with the wonderful work done in Julia 1.9 to cache native code means that VimBindings.jl loads quickly when the REPL is started and runs commands without lag.
Runtime performance improvements
@MilesCranmer has made significant contributions which together make large strides in runtime performance. The changes:
const
Improved stability
Another contribution from @MilesCranmer guards against the package running infinite loops. This will help prevent the package from hijacking the user's REPL when it encounters a bug.
6e4e07d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request updated: JuliaRegistries/General/83770
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: