Dvir Volk
Dvir Volk
Compiling thpool on Mac Os with lldb 370.0.42 triggers the above message. ``` cc -Wall -D_GNU_SOURCE -std=gnu99 -O2 -g -c -o dep/thpool/thpool.o dep/thpool/thpool.c dep/thpool/thpool.c:298:3: warning: implicit declaration of function 'pthread_setname_np'...
It would be a nice touch to be able to initialize the hash based on a bounding box precision measurement, which will just wrap the bit precision call (e.g `withSizePrecision(GeoHash.PRECISION_1KM)`...
It would be nice to see tornado implement http/2, not that AFAIK it's a standard.
I'm building a server that uses groupcache, and I would like to be able to conveniently wrap the http pool's handler inside a mux (specifically to add a monitoring status...
This is a proposed API for aggregations. The aggregation pipeline is very suitable for a builder/fluent style API. It basically includes the following elements, repeating and transforming the pipeline: 1....
Packing a float value does not necessarily pack it as a float in the underlying protocol you try to optimize for space. This is not a bug, but it makes...
The new persistence mode is not documented outside of redis.conf.
Hi. I've written a little wrapper for running lua scripts with Jedis. I wrote it as an external library because I needed it immediately, but if this direction suits you,...