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
Currently when loading the config file I keep everything stored as strings. For non-custom decisions, better perf could be obtained by duplicating permissions as shorts in the weston config object. This would allow returning a decision with less strcmp and no strdup/free.
The text was updated successfully, but these errors were encountered:
Currently when loading the config file I keep everything stored as strings. For non-custom decisions, better perf could be obtained by duplicating permissions as shorts in the weston config object. This would allow returning a decision with less strcmp and no strdup/free.
The text was updated successfully, but these errors were encountered: