D GUI Framework (responsive grid teaser)

Manu turkeyman at gmail.com
Mon May 27 05:31:29 UTC 2019


On Sun, May 26, 2019 at 10:25 PM Ola Fosheim Grøstad via
Digitalmars-d-announce <digitalmars-d-announce at puremagic.com> wrote:
>
> On Monday, 27 May 2019 at 05:01:36 UTC, Manu wrote:
> > Performance is a symptom of architecture, and architecture *is*
> > the early stage.
>
> I expected that answer, but the renderer itself can just be a
> placeholder.

Actually, I'm not really interested in rendering much. From the
original posts, the rendering time is most uninteresting cus it's the
end of the pipeline, the time that I was commenting on at the start is
the non-rendering time, which was substantial.

> So yes, you need to think about where accelerating
> datastructures/processes fit in. That is clear. But you don't
> need to have them implemented.

How does the API's threadsafety mechanisms work? How does it scale to
my 64-core PC? How does it schedule the work? etc...



More information about the Digitalmars-d-announce mailing list