eecheng87 / ESCA

Effective System Call Aggregation
https://eecheng87.github.io/ESCA/
MIT License
38 stars 5 forks source link

Replace late alloc to pre-alloc memory pool #3

Closed eecheng87 closed 3 years ago

eecheng87 commented 3 years ago

malloc might decrease performance for copying string into cpybuf. It's necessary to implement memory pool for copying string.