Hi,
I’m considering upgrading to use the new socket implementation for a cloud based deployment that consumes and emits lots of TCP traffic. I was wondering if there are any recent benchmarks that show any expected performance gains?
Thanks
Hi,
I’m considering upgrading to use the new socket implementation for a cloud based deployment that consumes and emits lots of TCP traffic. I was wondering if there are any recent benchmarks that show any expected performance gains?
Thanks
Maybe you think that jit speeds up applications too?
Actually with jit there has been a significant improvement. I think this is because we do a lot of JSON and protobuf encoding/decoding.
@nhpip i tried to port a home made TCP server based inets to the new socket module. It was slower at the end. Sure i’m missing something.