Blake Arnold
Results
2
comments of
Blake Arnold
Hi, I opened https://github.com/DataDog/datadog-go/pull/280 which should resolve this. Let me know if we can merge.
True, this is not ideal without locking per key. I've been using Map in https://github.com/puzpuzpuz/xsync, which has `LoadOrTryCompute`, which locks per key. I was trying to move over to ttl...