zurvan-lab / timetrace

In memory event or log, storage and stream platform
MIT License
27 stars 9 forks source link

perf: optimize access control method on user #121

Closed kehiy closed 2 months ago

kehiy commented 2 months ago

Description

The access check function changed and now we can handle 30,000 element push in 1s. before it was around 3,000 element per second.

Also, it will keep its speed when we define access roles.