Async or event library

yawniek via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu May 12 08:15:50 PDT 2016


On Tuesday, 10 May 2016 at 13:34:36 UTC, chmike wrote:
> vibed uses libevent, a C library.
>
> The discussion is regarding a possible pure D equivalent of 
> libevent.
> libasync is an interesting proposal but it is apparently slower 
> than libevent. I don't know the current status because vibed 
> improved its performance in the last months.
>
> My initial question is if there is a working group I could join 
> to work on this pure D async library. I'm interested in working 
> on the subject.

from my experience its not really slower than libevent and it 
could be made
even faster by taking some time to profile it.
plus its battle tested in production and fully cross platform.

also, it will most probably not be your bottleneck.


More information about the Digitalmars-d-learn mailing list