flodgatt/src/response/redis
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
..
connection Improve module privacy (#136) 2020-04-22 14:38:22 -04:00
manager Update concurrency primitive. (#139) 2020-04-23 19:28:26 -04:00
msg Code reorganization (#130) 2020-04-13 16:03:06 -04:00
connection.rs Resolve memory-use regression (#140) 2020-04-24 13:23:59 -04:00
manager.rs Resolve memory-use regression (#140) 2020-04-24 13:23:59 -04:00
manager.rs:115:5 Resolve memory-use regression (#140) 2020-04-24 13:23:59 -04:00
msg.rs Update module privacy (#133) 2020-04-21 16:39:31 -04:00