Phil Pearl
Phil Pearl
We can fix this with a little bit of scratch space.
Fix failing tests by making jsoniter string map key behaviour match the standard library
We had a problem where we were unable to run the BigTable emulator for extended periods in dev environments without giving it huge amounts of RAM, even if we had...
**Client** Bigtable bttest emulator **Environment** Docker container running either on a Mac or in GKE **Go Environment** Still relevant with Go 1.18 **Code** **Expected behavior** If we add data to...
I've written a new app using termui, which is marvellous. Unfortunately I've found that I can't select text with the mouse in any terminal window after running termui for a...
We would quite like to use compression with NSQ to save on data transfer costs, but the CPU impact is higher than we'd like. Our experiments have shown that Klaus...
github.com/klauspost/compress/flate is a drop-in replacement for compress/flate and it appears to be considerably faster, and to compress as well or better at each compression level
The non-buffered writer is now deprecated. Also the amount of compression achieved and the CPU overhead is much better when using the buffered writer. In our testing the amount of...
This is a dropin replacement for the standard library flate compression. In addition to this I've also - cleaned up nsqd benchmarks and got them running (but only with -benchtime...
Slices of slices of strings & slices of slices of structs don't work. Slices of slices of ints and floats are OK