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
Way to set values via config file or CLI instead of by recompiling. Should make tuning things more straightforward.
Two use cases
Known, stable config options that must exist.
Should via struct with defaults perhaps
rapid prototyping of constants to avoid recompilation
String based hash table, allows dynamic adding and getting without having to change struct.
Handle defaults, or lack thereof, on a case-by-case basis since not meant to be permanent.
The text was updated successfully, but these errors were encountered:
Way to set values via config file or CLI instead of by recompiling. Should make tuning things more straightforward.
Two use cases
Should via struct with defaults perhaps
String based hash table, allows dynamic adding and getting without having to change struct.
Handle defaults, or lack thereof, on a case-by-case basis since not meant to be permanent.
The text was updated successfully, but these errors were encountered: