grpc-java/grpclb/src
Stephane Landelle 1e30cb6601
core,grpclb: Resolve isAndroid only once on class loading (#10345)
Motivation:

When multiple NameResolvers are created, the Classloader is scanned every time trying to figure out if the Platform is Android. This expensive work could be done only once.

Modification:

Cache isAndroid resolution in a constant.

Result:

Less expensive multiple NameResolvers instantiation.
2023-07-06 13:42:43 -07:00
..
generated/main/grpc/io/grpc/lb/v1 compiler: Use fully qualified String in codegen (#10321) 2023-06-29 10:50:13 -07:00
main core,grpclb: Resolve isAndroid only once on class loading (#10345) 2023-07-06 13:42:43 -07:00
test/java/io/grpc/grpclb Upgrade Mockito to 3.12.4 2023-05-08 16:39:42 -07:00