casbin / jcasbin

An authorization library that supports access control models like ACL, RBAC, ABAC in Java
https://casbin.org
Apache License 2.0
2.38k stars 461 forks source link

The benchmark for jcasbin #73

Closed The-Mountain closed 4 years ago

The-Mountain commented 4 years ago

Hi there, As we may have millions of policies in our business, not sure the currect framework could support such so large policies? if it will cause the OOM issue? or other perfromance issues? is there a benchmark for jcasbin? thanks.

hsluoyz commented 4 years ago

Can anyone port Golang's benchmark test to Java? https://casbin.org/docs/en/benchmark

@nodece @GopherJ @DivyPatel9881 @kingiw @hackerchai @dovics

hsluoyz commented 4 years ago

@The-Mountain it has been fixed in: https://github.com/casbin/jcasbin/pull/74

The-Mountain commented 4 years ago

@The-Mountain it has been fixed in: #74

@hsluoyz thanks for the support!