You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(ddtelemetry): migrate from RawTable to HashTable API (#1009)
* chore(ddtelemetry): migrate from RawTable to HashTable API
Update the QueueHashMap implementation to use the newer, more stable
HashTable API from hashbrown. This change maintains the same
functionality while using the recommended API.
* chore(ddtelemetry): update hashbrown to v0.15
Update hashbrown dependency to v0.15 and fix DefaultHashBuilder import
path. The raw feature is no longer needed since we migrated to the
hash_table module.
* style(ddtelemetry): fix typos in module name
* docs(ddtelemetry): restore deleted comment
0 commit comments