eecheng87 / ESCA

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

Avoid redundant calling batch_flush #4

Closed eecheng87 closed 3 years ago

eecheng87 commented 3 years ago

Current implementation didn't check if it's necessary to execute batch_flush. In some case, this will be performance bottleneck.