navis-org / pymaid

Python library to interface with CATMAID servers. Fully interoperable with navis.
https://pymaid.readthedocs.io/en/latest/
GNU General Public License v3.0
24 stars 11 forks source link

consider switching to ujson or simplejson #73

Open schlegelp opened 6 years ago

schlegelp commented 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.

schlegelp commented 6 years ago

For reference: msgpack.loads is even faster with ~5ms