Tags: casbin/casbin-cpp
Tags
feat: Basic model speedup (#245) * 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
PreviousNext