-
Notifications
You must be signed in to change notification settings - Fork 5.3k
perf: replace evbuffer #232
Copy link
Copy link
Closed
Labels
Description
evbuffer has a lot of extra functionality that we don't need. It also does suboptimal things during reading (calling ioctl, etc.) that are not well tuned for using a fast allocator like tcmalloc.
This is not something we will do short term but just opening this item to track.
Reactions are currently unavailable