iitii icon indicating copy to clipboard operation
iitii copied to clipboard

Implicit Interval Tree with Interpolation Index

Results 4 iitii issues
Sort by recently updated
recently updated
newest added

Hi @mlin, I would like to try your code, but I couldn't get the example code to compile (clang14, Mac). I get lots of errors (see below). I tried fixing...

- [x] unsafe branch-free versions of left & right - [x] scan() micro-optimizations - [ ] exclude outlier begs from domain width - [x] eliminate outside_min_beg by switching outside_max_end to...

I'm not sure that this should be merged in its current state, but I'd like to share a hack that I've done to make iitii use a memory mapped array....