Re: [Pytables-users] Simple fast array I/O with Pytables

2012-01-03 Thread Francesc Alted
2012/1/2 Gael Varoquaux : > On Mon, Jan 02, 2012 at 07:18:24PM +0100, Gael Varoquaux wrote: >> > BTW, another cleaner, faster way to empty the OS filesystem cache is this: > >> > sudo echo 3 | sudo tee /proc/sys/vm/drop_caches > >> > [ from http://ubuntuforums.org/showthread.php?t=589975 ] > >> Tha

Re: [Pytables-users] Simple fast array I/O with Pytables

2012-01-03 Thread Francesc Alted
2012/1/2 Gael Varoquaux : > On Mon, Jan 02, 2012 at 06:44:54PM +0100, Francesc Alted wrote: >> Perhaps you may get a bit more performance if you use the >> `[read,write]_vl_blosc2_hdf` functions that I have sent in my earlier >> post, but that adds the python-blosc dependency (available at >> http: