New socket vs inet driver - any recent benchmarks that show any expected performance gains?

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

2 Likes

Maybe you think that jit speeds up applications too?:slight_smile:

1 Like

Actually with jit there has been a significant improvement. I think this is because we do a lot of JSON and protobuf encoding/decoding.

1 Like

@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.

2 Likes