ntent / kafka4net

C# client for Kafka
Apache License 2.0
52 stars 32 forks source link

Measure performance #8

Open vchekan opened 9 years ago

vchekan commented 9 years ago

Measure GC, memory footprint, cpu, throughput, and evaluate either they are sensible. Low-hanging fruit is to not allocate tcp buffer for each read but reuse one.