flodgatt/src/config
Daniel Sockwell b18500b884
Resolve memory-use regression (#140)
* Use monotonically increasing channel_id

Using a monotonically increasing channel_id (instead of a Uuid)
reduces memory use under load by ~3%

* Use replace unbounded channels with bounded

This also slightly reduces memory use

* Heap allocate Event

Wrapping the Event struct in an Arc avoids excessive copying and significantly reduces memory use.

* Implement more efficient unsubscribe strategy

* Fix various Clippy lints; bump version

* Update config defaults
2020-04-24 13:23:59 -04:00
..
deployment_cfg.rs Improve module privacy (#136) 2020-04-22 14:38:22 -04:00
deployment_cfg_types.rs Update module privacy (#133) 2020-04-21 16:39:31 -04:00
environmental_variables.rs Improve module privacy (#136) 2020-04-22 14:38:22 -04:00
postgres_cfg.rs Improve module privacy (#136) 2020-04-22 14:38:22 -04:00
postgres_cfg_types.rs Code reorganization (#130) 2020-04-13 16:03:06 -04:00
redis_cfg.rs Improve module privacy (#136) 2020-04-22 14:38:22 -04:00
redis_cfg_types.rs Resolve memory-use regression (#140) 2020-04-24 13:23:59 -04:00