Great library! My only concern is that it seems to be hard coded to 32-bit signed integers for ranges and queries. There are a lot of genomes where there are chromosomes that exceed these limits. Either we special case these or relax and use 64 bits. How would you like a patch to enable 64 bit types?
Great library! My only concern is that it seems to be hard coded to 32-bit signed integers for ranges and queries. There are a lot of genomes where there are chromosomes that exceed these limits. Either we special case these or relax and use 64 bits. How would you like a patch to enable 64 bit types?