seladb / PcapPlusPlus

PcapPlusPlus is a multiplatform C++ library for capturing, parsing and crafting of network packets. It is designed to be efficient, powerful and easy to use. It provides C++ wrappers for the most popular packet processing engines such as libpcap, Npcap, WinPcap, DPDK, AF_XDP and PF_RING.
https://pcapplusplus.github.io/
The Unlicense
2.63k stars 639 forks source link

Update benchmark #1474

Open tigercosmos opened 4 days ago

tigercosmos commented 4 days ago

Documentation

The benchmark data is out-of-date. Should update the benchmark data with the latest versions.

https://pcapplusplus.github.io/docs/benchmark

tigercosmos commented 4 days ago

scapy is a well-known python library, we probably want to also add it in the benchmark.

seladb commented 22 hours ago

scapy is a well-known python library, we probably want to also add it in the benchmark.

Scapy is a Python library, I'm not sure it's "fair" to compare C++ to Python...