ReadBouncer icon indicating copy to clipboard operation
ReadBouncer copied to clipboard

Avoid Exception Handling in performance sensitive code blocks

Open JensUweUlrich opened this issue 2 years ago • 0 comments

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 avatar Aug 25 '22 09:08 JensUweUlrich