Closed vdukhovni closed 4 years ago
Before, this is merged, I'd like to squash the commits, please let me know when I should do that.
Please squash right now and do push -f
.
Please squash right now and do
push -f
.
Done.
I am inclined one mostly cosmetic simplification, coming up...
Merge. Thank you for your contribution!
A new version has been released.
I see you already merged it. I'll open a new PR.
BoundedPrim builders fuse under 'mappend' with adjacent BoundedPrim Builders, reducing buffer bounds-check overhead, but most of the performance gain is derived from internal use of the PrimBounded machinery while building a single IPv6 address.
Streaming 50 million IPv6 addresses to stdout (~3.07 seconds on my machine) outperforms typical C-library inet_ntop() (~30.5s) by a factor of 10!