2024.6.29
What's Changed
This minor update improves overall performance and stability for both parsing and reversing options.
- The backend for the remap function can now determine if a text needs manual processing or not. This significantly reduces unnecessary post-processing and increases speed altogether.
- The backend for reversing texts now uses a generator, much like the
parse()
function, for optimization.
Related PRs
- Bump pdoc3 from 0.10.0 to 0.11.0 by @dependabot in #49
Full Changelog: 2024.6.23...2024.6.29