common/entropy
kayos cb6e9c71a6
entropy: fix race condition, massive performance boost (#17)
* Fix[entropy]: Implement rand pool to remediate splitmix64 race condition

* Perf[entropy]: Use recycled byte buffers for random strings

* Refactor[entropy][testing][bench]: clean up test code and report allocations

* Refactor[entropy]: nil out rand pointer after we put it back into the pool

* Testing[entropy]: fix coverage

* Fix[entropy]: Fix race condition during testing conditions

* gomod: retract premature tags
2023-09-06 23:45:44 -07:00
..
entropy_test.go entropy: fix race condition, massive performance boost (#17) 2023-09-06 23:45:44 -07:00
entropy.go entropy: fix race condition, massive performance boost (#17) 2023-09-06 23:45:44 -07:00