benwbooth / Set-IntervalTree

Perform range-based lookups on sets of ranges.
3 stars 3 forks source link

Add two new methods : fetch_nearest_up & fest_nearest_down #1

Closed jaudoux closed 10 years ago

jaudoux commented 10 years ago

Dear benwwbooth,

Thanks for your great work on this perl module to deal with interval queries, it is very efficient and easy to use. I have introduced two new methods (fetch_nearest_up and fetch_nearest_down) to quert the structure that would be very helpfull for my use of Set::IntervalTree.

Thanks for considering this pull request.

Best, Jerome.

benwbooth commented 10 years ago

Merged, thanks! I just uploaded v0.10 to CPAN with the changes.

jaudoux commented 10 years ago

That was fast, thanks for merging!