Exceptions
Team LiB
Previous Section Next Section

Exceptions

When writing libraries, it's harder to predict what operations will end up being used in performance-sensitive code. But even library authors run performance tests against a broad range of client code before committing to obfuscating optimizations.

    Team LiB
    Previous Section Next Section