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

Avoid Exception Handling in performance sensitive code blocks #50

Open
JensUweUlrich opened this issue Aug 25, 2022 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@JensUweUlrich
Copy link
Owner

According to Daniel Lemire, exception handling is quite expensive (https://lemire.me/blog/2022/05/13/avoid-exception-throwing-in-performance-sensitive-code/#comments). Thus, we should clean the code and avoid exceptions in all cases except reading and writing files.

@JensUweUlrich JensUweUlrich self-assigned this Oct 5, 2022
@JensUweUlrich JensUweUlrich added the enhancement New feature or request label Oct 5, 2022
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