fvid/fvid
Theelgirl 87ccfb535f Speedup 35-40% over the previous speedup
Removing a python call to all(), which forced conversion of a ctuple to a python tuple, and removing white_diff and black_diff ctuple creation because I can fit all of their use cases into a single if statement.
2020-10-25 02:00:36 +00:00
..
__init__.py updated version 2020-10-07 07:59:32 -07:00
__main__.py New method for importing main 2020-10-16 17:46:07 +00:00
cythonizer.py Create cythonizer.py 2020-10-13 12:20:00 +00:00
fvid.py Remove numpy from imports 2020-10-16 14:38:40 +00:00
fvid_cython.c Update and rename fvid_cython.cpp to fvid_cython.c 2020-10-17 15:34:01 +00:00
fvid_cython.pyx Speedup 35-40% over the previous speedup 2020-10-25 02:00:36 +00:00