81e15fe
1
2
3
4
5
6
7
# 1. if needed, edit the user-defined function in fast_bisect.py to what you want # 2. compile the Cython code python fast_bisect.py build_ext --inplace # 3. example usage of compiled cython code shown in fast_bisect_example.py