Is there any way for me to see the achieved compression ratio for messages? (Also, is there any way to measure the time it takes to do compression, or other system resources?)
I've got an application where I'm moving large data payloads, with data of 10s of MB. So far, I've been doing one massive AJAX pull, but I'm thinking of moving to a more incremental transfer using websockets. But it's considerably more complicated, and performance has to be reasonably comparable before I convert.
Thank you for the wonderful code.
Is there any way for me to see the achieved compression ratio for messages? (Also, is there any way to measure the time it takes to do compression, or other system resources?)
I've got an application where I'm moving large data payloads, with data of 10s of MB. So far, I've been doing one massive AJAX pull, but I'm thinking of moving to a more incremental transfer using websockets. But it's considerably more complicated, and performance has to be reasonably comparable before I convert.
Thank you for the wonderful code.