casbin / casbin-rs

An authorization library that supports access control models like ACL, RBAC, ABAC in Rust.
https://casbin.org
Apache License 2.0
851 stars 72 forks source link

Improve Casbin-RS performance #263

Open hsluoyz opened 3 years ago

hsluoyz commented 3 years ago

See the benchmark with another authz lib: https://github.com/DDtKey/actix-web-authz-benchmark

image

Our performance is far behind. We need to catch up, like adding more optimizations.