You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are not that many places errors can occur and the library itself is designed to not allocate additional memory (except for file buffers). Handling errors in one place reduces the number of possible branches and therefore may positively impact performance and code size.