|
|
|
|
|
by marginalia_nu
1733 days ago
|
|
I'll get back to your email in a while, I've got a ton of messages I'm working through. But yeah, in short pseudocode: for url in range-for-"hello":
if binary-search (range-for-"world", url):
yield url
I do use streams, but that is the bare essence of it. |
|