zurvan-lab / timetrace

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

perf(count): count command performance optimization #122

Closed kehiy closed 3 months ago

kehiy commented 3 months ago

Description

Using built in len method for counting element and sets instead of loop.