Region allocator #9

Open
opened 2024-02-08 15:39:52 +01:00 by Jef Roosens · 1 comment

Connections already reuse allocated memory where possible, but a region allocator would allow stronger control and reuse of memory, preventing a busy server from performing tons of allocations when processing lots of connections.

Connections already reuse allocated memory where possible, but a region allocator would allow stronger control and reuse of memory, preventing a busy server from performing tons of allocations when processing lots of connections.
Jef Roosens added the
enhancement
label 2024-02-08 15:39:52 +01:00

In this case, with a region allocator the best idea would be a fixed-size region allocator, where e.g. connection structs are reused (or perhaps a separate region per custom context if we implement that issue).

In this case, with a region allocator the best idea would be a fixed-size region allocator, where e.g. connection structs are reused (or perhaps a separate region per custom context if we implement that issue).
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Chewing_Bever/lnm#9
There is no content yet.