See issue #18. Running in python 2.7 is faster than python 3.2. # !/usr/bin/env python --> 0.1 ms per GPIO change # !/usr/bin/env python3 --> 0.45 ms per GPIO change I suspect that maybe there's some unnecessary unicode to binary conversion being performed in Python3