named-data / YaNFD

Yet another Named Data Networking Forwarding Daemon
https://pkg.go.dev/github.com/named-data/YaNFD
MIT License
12 stars 10 forks source link

Minor performance improvements #44

Closed pulsejet closed 1 year ago

pulsejet commented 1 year ago

1/ Reduce one copy in unix listener 2/ Reduce overhead due to slice growing (incorrect use of append for copying)

@zjkmxy

zjkmxy commented 1 year ago

Thanks for PR. Will review after I figured out the TCP problem.

pulsejet commented 1 year ago

Thank you! 🎉