Skip to content

Instantly share code, notes, and snippets.

View aabadie's full-sized avatar

Alexandre Abadie aabadie

View GitHub Profile
@aabadie
aabadie / bench.py
Created November 13, 2015 16:29 — forked from GaelVaroquaux/bench.py
Benching I/O speed with numpy, joblib, NiBabel and pytables
"""
Benching I/O with joblib and other libraries. Comment and
un-comment what you are interested in.
Warning: this is slow, and the benchs are easily offset by other disk
activity.
"""
import os
import time
import shutil