blachlylab / swiftover

Fast liftover
GNU General Public License v3.0
1 stars 0 forks source link

IITree accept pointer #19

Closed jblachly closed 5 years ago

jblachly commented 5 years ago

Assume caller will manage memory, elide the malloc, and store pointer directly Should provide significant speed boost assuming caller can prevent GC/reaping

jblachly commented 5 years ago

fixed in intervaltree speed improvement not as great as hoped if needing to call GC.addRoot or GC.addRange