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
The idea is than when the golog.Println() is called the first time the system processes the format string and caches all required for the processing information (callbacks, format data, data types). The subsequent calls just check the cache and push the pre formatted data out. The code spends time only with the variadic part of the arguments.
The idea is than when the golog.Println() is called the first time the system processes the format string and caches all required for the processing information (callbacks, format data, data types). The subsequent calls just check the cache and push the pre formatted data out. The code spends time only with the variadic part of the arguments.
See this prove of concept https://github.com/larytet/binlog
The text was updated successfully, but these errors were encountered: