Created by: reyoung
Use Cython for Paddle.v2 Data Reader. It will speed up paddle data reader without change any codes.
Cython is a tool which convert Python code to C, and compiles it into python module. We also can set type
to variable
for the performance critical codes.