Open schlegelp opened 6 years ago
This would cut decoding time e.g. for an average neuron from 22ms to 8ms.
ujson library seems to compile just fine on OSX.
ujson
For reference: msgpack.loads is even faster with ~5ms
msgpack.loads
This would cut decoding time e.g. for an average neuron from 22ms to 8ms.
ujson
library seems to compile just fine on OSX.