DataDog / dd-sdk-unity

Apache License 2.0
11 stars 2 forks source link

feat: Add pooling for worker messages #39

Closed fuzzybinary closed 12 months ago

fuzzybinary commented 1 year ago

What and why?

Pooling messages for the worker thread into object pools should prevent extraneous memory usage and GC stalls due to using Datadog.

refs: RUM-2164

Review checklist