Commit Graph

9 Commits

Author SHA1 Message Date
Theelgirl 69b64cca77 Vastly speed up cython; misc other changes 2021-03-09 08:19:25 -08:00
Theelgirl 03946ac188 Update docs; Add WIP testing; Speed up Cython 2021-03-02 10:09:07 -08:00
Theelgirl 4531155131 Update pyx 2021-02-25 10:57:46 -08:00
Theelgirl 351d5eb0dd Remove unnecessary logic
Tiny speedup for Cython, but it'll be a huge speed for the Python version.
2020-10-28 14:49:09 +00:00
Theelgirl 90340c5c8a Type more stuff for a 2% speedup 2020-10-25 18:04:04 +00:00
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
Theelgirl 048cf66e99 Speedup by 40-45% 2020-10-17 15:33:12 +00:00
Theelgirl db8e45547c Remove unneeded imports 2020-10-17 14:51:52 +00:00
Theelgirl 676ae0cc7e Create fvid_cython.pyx 2020-10-13 12:15:56 +00:00