flodgatt/src/response
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
..
event Update concurrency primitive. (#139) 2020-04-23 19:28:26 -04:00
redis Resolve memory-use regression (#140) 2020-04-24 13:23:59 -04:00
stream Resolve memory-use regression (#140) 2020-04-24 13:23:59 -04:00
event.rs Resolve memory-use regression (#140) 2020-04-24 13:23:59 -04:00
redis.rs Postgres (#137) 2020-04-23 12:04:30 -04:00
stream.rs Improve module privacy (#136) 2020-04-22 14:38:22 -04:00