invenia / Intervals.jl

Non-iterable ranges
MIT License
35 stars 18 forks source link

Add `AnchoredInterval` parsing #175

Open rofinn opened 3 years ago

rofinn commented 3 years ago

In some cases, if you know that your intervals are all HE or HB we could improve the parsing performance and memory requirements by parsing our intervals directly into an appropriate anchored interval (ie: only run the element_parser on the 1 endpoint)