casbin / casbin-cpp

An authorization library that supports access control models like ACL, RBAC, ABAC in C/C++
https://casbin.org
Apache License 2.0
218 stars 61 forks source link

Multi-threaded feature parity with go version of Casbin #244

Closed faizol closed 2 months ago

faizol commented 4 months ago

Description

This is just a question about Casbin-cpp development roadmap. Is there any plan for a feature parity with the go version of Casbin in terms of multi-threading? Also is there any documentation about Casbin-cpp architecture or workflow if I would like to study if it is doable to make Casbin-cpp to be multi-threaded?

See Golang's SyncedEnforcer: https://github.com/casbin/casbin/blob/master/enforcer_synced.go

Your System Info

Screenshots/Testimonials

casbin-bot commented 4 months ago

@EmperorYP7 @sheny1xuan @cs1137195420