lightstep / lightstep-tracer-go

The Lightstep distributed tracing library for Go
https://lightstep.com
MIT License
98 stars 54 forks source link

add random pool to reduce concurrency contention on genSeededGUID() #154

Closed lzuwei closed 6 years ago

lzuwei commented 6 years ago
jmacd commented 6 years ago

The interface should have two methods, func Int63() int64 and func TwoInt63() (int64, int64) or something like that.

lzuwei commented 6 years ago

@jmacd @tedsuo, I have shifted the implementation details into the suggested packages. Please review, thank you!