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

investigate the performance of prot2pept #49

Open
bmesuere opened this issue Aug 14, 2019 · 0 comments
Open

investigate the performance of prot2pept #49

bmesuere opened this issue Aug 14, 2019 · 0 comments
Labels

Comments

@bmesuere
Copy link
Member

Splitting peptides is slow. If I recall correctly, we only achieved +- 2MB/s. A simple reimplementation in sed was equally slow. It's worth experimenting with faster implementations because this is becoming a bottleneck.

One option might be to stop using regular expressions and just iterate over all characters of the string to determine the split sites. The current implementation can be used as a fallback when a user supplies its own pattern.

Original issue by @bmesuere on Sun Dec 20 2015 at 15:12.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant