-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FFM-9476]: Optimize memory usage (#126)
This change supports improved memory usage of the evaluator code. It introduces a new function on the query interface GetFlagMap(). This returns a map of flags. This is more optimal as the GetFlag function can also use a underlying map, it removes the need to maintain both a list and a map of flags for the caller of the evaluator.
- Loading branch information
1 parent
82306ec
commit 4fd36ec
Showing
3 changed files
with
29 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters