Open ruricolist opened 1 year ago
A compiler macro for bisect-left could use constant start and end parameters to inline the binary search using the approach outlined in https://muscar.eu/shar-binary-search-meta.html.
bisect-left
A compiler macro for
bisect-left
could use constant start and end parameters to inline the binary search using the approach outlined in https://muscar.eu/shar-binary-search-meta.html.