Justify / fast_bisect /README
dzs
initial upload
81e15fe
# 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