Skip to content

0.3.2

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 17:41
· 1220 commits to main since this release
88f4947
Use rayon to push faster byte block builds (#35)

This commit breaks up the block building into iterators so that we can bring
rayon to bear in their construction. This significantly reduces startup time.

Signed-off-by: Brian L. Troutwine <brian@troutwine.us>