DynamoRIO / DynamoRIO/dynamorio
Use absl containers for faster hashtable performance
Open
Component-DrMemtrace
Performance
Type-Feature
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
We've had several instances where std hashtable performance matters: for rawtrace, where drcontainers was 15% faster: https://github.com/DynamoRIO/dynamorio/issues/2056#issuecomment-333167409, and https://github.com/DynamoRIO/dynamorio/issues/1738#issuecomment-809494133 (PR 4843). This issue covers importing absl containers for better hashtable performance (and other containers as well: probably targeting drcachesim analysis tools).
Contributor guide
Assessment
This issue has not been assessed yet.