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
Implement -hash and -copy of GDLLogEvent, copy on log, and don't assign extensionBytes in log writer (#2204)
* Implement -hash and -copy of GDLLogEvent
Also implements a custom setter for setting the extension that changes the default behavior to set extensionBytes upon assignment of extension.
Copy the log upon logging, as the comments promised.
Remove setting extensionBytes in the log writer.
Implement a missing method
* Copy the log object upon logging
* Don't assign extensionBytes in the log writer
* Make an implicit loss of precision explicit.
* Add a comment on performance
0 commit comments