blachlylab / dhtslib

D bindings and OOP wrappers for htslib
MIT License
7 stars 1 forks source link

TabixIndexedFile needs reference counting #73

Closed charlesgregory closed 3 years ago

charlesgregory commented 3 years ago

Similar to #69, but implementation is better. Moving forward the solution should always follow range rules, BUT make sure to renew the internal iterator in postblit to make sure the copied struct has a new iterator. Probably should also add reference counting.

charlesgregory commented 3 years ago

Actually this is not true. It does conform to range rules. I am changing the title as we still need to add reference counting.