-
Hi, great stuff you have done in blosc, thanks! :)
I am trying it for https://attic-backup.org/ and due to the way attic works, it usually processes ~ 64KB big chunks of data. I first had a bit troub…
-
*Issue migrated from trac ticket # 400*
**component:** sound | **priority:** minor | **resolution:** fixed
#### 2013-08-02 06:54:11: totaam created the issue
___
> 0.10 fixed a number of sound iss…
-
I am converting a 56 MB lvl1 bzip2-compressed pytables file to bcolz. In the process I observed a 260% slow-down depending on the rootdir parameter:
```
import bcolz
%timeit -n1 -r1 db = bcolz.ctable…
-
I was trapping floating point errors in a larger application and found that 'import tables' throws a floating point tables. In particular, tables.idxutils. I'm running python2.7 and https://pypi.pyth…
-
System Info
PyTables version: 3.1.1
HDF5 version: 1.8.14
NumPy version: 1.9.2
Numexpr version: 2.3.1 (not using Intel's VML/MKL)
Zlib version: 1.2.8 (in Python interpreter)
LZO versio…
-
I have a huge matrix stored in a carray with Float32 atom type and blosc compression:
/matrix_computed (CArray(1236248, 1236248), shuffle, blosc(1)) ''
Often when I try to load submatrices using the…
-
When lz4 r125 is released blosc should update to this revision. There is a rare case that causes a crash and a potential security issue that will be fixed in this revision.
-
I am checking if I could use blosc to compress 1000 char long strings or so.
As a test I am using the string "Methionylthreonylthreonylglutaminyla..." which is highly repetive.
http://blog.jmay.us/2…
-
-
We are interested in including bcolz in the upcoming Anaconda release, which will use numpy 1.9. Do you have plans to support this? I hope so, since it's a very useful package. Thanks!