Changeset d94bfe6 in Lumiera

Timestamp:
2026-05-13T21:18:06Z (5 weeks ago)
Author:
Ichthyostega <prg@…>
Branches:
dev/play, documentation, integration
Children:
3a49185
Parents:
0567633
git-author:
Ichthyostega <prg@…> (13/05/26 17:57:50)
git-committer:
Ichthyostega <prg@…> (13/05/26 21:18:06)
Message:

BufferProvider: validate (and fix) concurrent access

The test performs a massively concurrent scenario
that presses with 100 threads and 1 MiB allocation for each.

This highlighted my still limited understanding of the situation
and leads to a much better solution, where, on-demand, some worker
performs all the accrued allocation and management work.

So effectively we do not even need to use the synchronous API

(No files)

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