bcolz icon indicating copy to clipboard operation
bcolz copied to clipboard

use faster json library if available

Open bordingj opened this issue 8 years ago • 1 comments

attrs are currently read and written using the standard json library, which is very slow compared to libraries such as ujson (https://github.com/esnme/ultrajson) and pyrapidjson (https://github.com/hhatto/pyrapidjson). I suggest that bcolz should use those if they are available

bordingj avatar Sep 13 '16 18:09 bordingj

Nice suggestion.

FrancescAlted avatar Sep 13 '16 18:09 FrancescAlted