Project

General

Profile

Feature #3217

Updated by Junxiao Shi almost 8 years ago

Adding (This is a long-term task.) 

 Currently, adding a fragment into NDNLP packet copies the results in copying of memory block. 
 This is a performance bottleneck as identified in #3567-42 benchmark report.   
    We should avoid this copy operation and use copy-on-write buffer semantics where possible.

Back