bordingj
Results
3
issues of
bordingj
I found that a significant amount of time is spend in built-in method nt.stat() when reading in a carray. The nt.stat() is used by os.path.exists() which is called every time...
enhancement
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...
enhancement