ostinelli / syn

A scalable global Process Registry and Process Group manager for Erlang and Elixir.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request (group count)

tommysrn opened this issue · comments

Just like process registries have a syn:registry_count() and syn:registry_count(Node), would it be possible to have something similar for groups (get the total number of groups and number of local groups)?
I'm wondering if there's a way to do that without impacting performance (maybe adding counters somewhere).
If you point me in the right direction I could also look at how to implement this myself. Thank you!

Implemented in 65dc154. Will be included in 2.1.0. Thank you for your input and patience.