python-rdma
python-rdma copied to clipboard
Slower than TCP sockets?
I know this library isn't performance-focused but I was expecting it to still be faster than normal sockets. Instead, doing some basic benchmarks I found that it (with two-sided verbs) is about two orders of magnitude slower than normal sockets. I wonder if I am doing anything wrong or if this is the normal performance of the library.
Thanks a lot.