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
Hey folks! I've been wanting to start using #140 and while we have some good candidates for it, one of the biggest benefits on my side would be to intern string keys inside some maps.
Any idea how tough it would be to extend to that use-case? Any gotchas come to mind?
I'm not opposed to implementing it if not — but don't care either way. :)
Example Proto
messageFoo {
stringidentifier=1;
// A bunch of tags for some entity, where there are loads of common keys across// 100k of messages being processed at the same timemap<string, AttributeValue> attributes=2;
}
The text was updated successfully, but these errors were encountered:
Summary
Hey folks! I've been wanting to start using #140 and while we have some good candidates for it, one of the biggest benefits on my side would be to intern string keys inside some maps.
Any idea how tough it would be to extend to that use-case? Any gotchas come to mind?
I'm not opposed to implementing it if not — but don't care either way. :)
Example Proto
The text was updated successfully, but these errors were encountered: