Skip to content

v1.6.0

Compare
Choose a tag to compare
@clipperhouse clipperhouse released this 12 May 15:25
· 106 commits to master since this release
ceb970c

Replace range tables with tries, using the triegen package from x/text. Performance improvement looks to be 30-40%.

This is a breaking change for consumers that depended on those range tables, which were exported. For normal usage of calling the scanner, the API is unchanged.

This should be a new major version but I can’t be bothered with the v2 renaming, in terms of discoverability, etc. Hopefully OK for most users.