Bioconductor / Biostrings

Efficient manipulation of biological strings
https://bioconductor.org/packages/Biostrings
57 stars 16 forks source link

Added a call to R_CheckUserInterrupt() into find_palindromes(). #46

Closed twmccart closed 3 years ago

twmccart commented 3 years ago

It checks every 256 iterations of the top for loop, which seems sufficient to make long runs of the code user-interruptable.

twmccart commented 3 years ago

This causes a memory leak.