Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

use faster json library if available #318

Open
bordingj opened this issue Sep 13, 2016 · 1 comment
Open

use faster json library if available #318

bordingj opened this issue Sep 13, 2016 · 1 comment

Comments

@bordingj
Copy link

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

@FrancescAlted
Copy link
Member

Nice suggestion.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants