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
chore(spanner): use StringBuilder for generating RequestId
Use a StringBuilder instead of String.format(..) to generate the header value
of a RequestId. This significantly reduces the CPU time needed. Generating the
header value for 10mio RequestIds using the new/old implementation take:
- Old: 2750ms
- New: 203ms
0 commit comments