casbin / jcasbin

An authorization library that supports access control models like ACL, RBAC, ABAC in Java

Home Page:https://casbin.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

performance: use map to store policy index to insert/remove policy with O(1)

tangyang9464 opened this issue · comments

This is an existing feature of casbin.
see casbin#500 casbin#499

commented

I'm working on it.