-
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: [basic_model_speedup] option to use unordered_set<vector> instead of vector<vector> for policies storage * feat: [basic_model_speedup] ability unordered_set / vector be used as base collection on compilation * feat: [basic_model_speedup] expalin work with collection * feat: [basic_model_speedup] using hashes instead of vectors for basic model (allow) on enforcement * feat: [basic_model_speedup] new fare benchmark for large basic model * feat: [basic_model_speedup] cmake option to compile vector/unordered_set policy storage * feat: [basic_model_speedup] filter test fix * feat: [basic_model_speedup] new policy_collection that abstract vector/unordered_set * feat: [basic_model_speedup] automatic usage of hashset when appropriated * feat: [basic_model_speedup] automatic detection of hash usage without compilation option * feat: [basic_model_speedup] CI fixes for linux * feat: [basic_model_speedup] CI fix for Windows
- Loading branch information
1 parent
4deab3b
commit cbeed65
Showing
38 changed files
with
714 additions
and
267 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
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
Oops, something went wrong.