Skip to content

Initial release for the fork

Latest
Compare
Choose a tag to compare
@Jacalz Jacalz released this 13 Jan 11:28
· 22 commits to main since this release
0b7b0d0

This repository implements some improvements and some breaking changes that were not accepted upstream. As well as some improvements that make the library more suited for non cli usages. We will try to upstream as much as possible and recommend users to use upstream unless specifically needing to use this project. You might consider this what a wormhole-william/v2 could look like.

Changes over upstream:

  • Converted a few global variables into constants.
  • Optimized the wordlist package for improved performance.
  • Added a fast path for getting the contents of text receives.
  • Removed all usage of runtime reflection and replace it with faster type-checked code.
  • Updated minimum Go version to 1.19 and updated code to use newer features.
  • Updated dependencies to newer versions for performance and security reasons.
  • Removed deprecated APIs.
  • Various other improvements, cleanups and code optimizations.