ReadBouncer
ReadBouncer copied to clipboard
Avoid Exception Handling in performance sensitive code blocks
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.