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
* TypesafeDriverConfig: getProfile can avoid calling containsKey
On a typical applicative workload, 0.53% of CPU is spend resolving
configuration profiles. By getting the profile first and failing if it
is null we can easily cut that in half.
* TypesafeDriverConfig: optimize getDefaultProfile
We could easily get a dedicated field for the default profile thus
avoiding recurring maps lookups.
* fixup! TypesafeDriverConfig: optimize getDefaultProfile
0 commit comments