keltia / fetiche-rs

Rust crates for managing Surveillance data — ingress/egress formats for ECTL
MIT License
1 stars 1 forks source link

Should we replace the `ConfigActor` with a actix-storage `HashMap` or `DashMap`? #26

Open keltia opened 1 year ago

keltia commented 1 year ago

having a full-fledged actor for just a few config keys might be overkill. Using the actix-storate with something like DashMap might be better.