Changeset e328018 in Lumiera

Timestamp:
2026-04-24T20:55:25Z (3 weeks ago)
Author:
Ichthyostega <prg@…>
Branches:
dev/play
Children:
dd37600
Parents:
e277913
git-author:
Ichthyostega <prg@…> (24/04/26 15:36:44)
git-committer:
Ichthyostega <prg@…> (24/04/26 20:55:25)
Message:

BufferProvider: decision to use a free-standing pool with lock-free queue

After several fruitless attempts, I have decided now
to settle for self-contained memory pool component,
that can be operated thread-locally and employs a
lock-free message queue for the allotment of memory.

Seemingly the question of how this relates to BufferMetadata
must remain unresolved for the time being, until the entire
buffer memory subsystem is available for empirical investigation.

(No files)

Note: See TracChangeset for help on using the changeset viewer.