eunomia-bpf / bpftime

Userspace eBPF runtime for Observability, Network & General Extensions Framework
https://eunomia.dev/bpftime/
MIT License
788 stars 74 forks source link

fix: remove memory allocation in hash maps #298

Closed yunwei37 closed 4 months ago

yunwei37 commented 4 months ago

Description

Fix performance issue caused by alloc memory in hash map helpers

Type of change