Skip to content

Improve channels #189

@flcl42

Description

@flcl42

Is your feature request related to a problem? Please describe.
Memory passed into channels is GC collected, which leads to extensive and suboptimal heap usage.
Channels operate with ReadOnlySequance that is not convenient and sometimes leads to copying.

Describe the solution you'd like
Measure allocations and heap size
Upgrade channels with ref counting and Span interface.

Describe alternatives you've considered

Additional context

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions