flodgatt/src/request
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
..
timeline Postgres (#137) 2020-04-23 12:04:30 -04:00
err.rs Postgres (#137) 2020-04-23 12:04:30 -04:00
postgres.rs Resolve memory-use regression (#140) 2020-04-24 13:23:59 -04:00
postgres_pool.rs Postgres (#137) 2020-04-23 12:04:30 -04:00
query.rs Update module privacy (#133) 2020-04-21 16:39:31 -04:00
sse_test.rs Improve module privacy (#136) 2020-04-22 14:38:22 -04:00
subscription.rs Improve module privacy (#136) 2020-04-22 14:38:22 -04:00
timeline.rs Improve module privacy (#136) 2020-04-22 14:38:22 -04:00
ws_test.rs Improve module privacy (#136) 2020-04-22 14:38:22 -04:00