Skip to content

Small release to accelerate `cligen/abbrev`

Choose a tag to compare

@c-blake c-blake released this 19 Jan 11:05
· 52 commits to master since this release
a9511be

Done first by algorithmic improvements (doing everything with ternary search tree representation of tries), and then by parallelism (threads in this case since this was convenient with the shared result).