Files
scylladb/net
Gleb Natapov bebefe2afe net: return reference to hw_feature instead of copying the structure
I noticed that tcp::hw_features() is not inlined and copies the
structure to a caller. The function takes ~1.5% in httpd profiling.
2015-02-19 16:58:50 +02:00
..