Closed spacewander closed 6 years ago
The buffer should not be shared among factories. By removing the concat out of each call, we also speed up the generation.
Coverage increased (+0.05%) to 92.414% when pulling ae4deb902bccfeed973376853a4fbc323d86968f on spacewander:unshare_buffer into 2718b295f97b4a3739297a9cae8eebf00bf7bc2b on thibaultcha:master.
Thank you for this catch! I merged your patch to master, but also added the same test case for v3 UUID generation which was missing.
Thank you for the patch! I'll make a new version soon.
The buffer should not be shared among factories. By removing the concat out of each call, we also speed up the generation.