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)
In some cases, if you know that your intervals are all
HE
orHB
we could improve the parsing performance and memory requirements by parsing our intervals directly into an appropriate anchored interval (ie: only run theelement_parser
on the 1 endpoint)