in reply to Re^4: Range overlap (with a lot of ranges)
in thread Range overlap (with a lot of ranges)

My top priority when coding is that: the program should work and produce the desired result in the expected time frame within the available resources. Style is just second.

The OP is talking about big datasets and concerned about performance, so in that case memory usage matters.

Besides that, talking about clarity without showing actual code is pointless

  • Comment on Re^5: Range overlap (with a lot of ranges)