Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

speed up by rewriting loops as vectorized functions #1

Open
acvill opened this issue Jun 25, 2021 · 0 comments
Open

speed up by rewriting loops as vectorized functions #1

acvill opened this issue Jun 25, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@acvill
Copy link
Owner

acvill commented Jun 25, 2021

I need to rewrite the for (mch in 1:numfwd) and for (mch in 1:numrev) loops as functions so that I can parallelize match parsing for each motif using apply(). This would break progress reporting using txtProgressBar(), but its functionality can be replaced with pbapply.

@acvill acvill added the enhancement New feature or request label Jun 25, 2021
@acvill acvill self-assigned this Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant