[FFmpeg-devel] [RFC] Event loop

Nicolas George george at nsup.org
Thu Feb 18 17:43:16 EET 2021


Lynne (12021-02-17):
> It's more actively developed by a large margin, and I generally

This is an interesting argument.

> prefer its API and how it works internally.

Can you give more details? Which differences make you prefer it?

One of the things that I like about libev is that it makes effort to be
efficient and simple in terms of allocating data structures. No such
thing as always dynamically allocating stuff like the Gnome projects, so
much that it looks more like Java than C. We can have the libev
structures directly in our own data structures.

Is libuv similar in that respect?

The fact that it is designed to run the interpreter of a language with a
garbage collector worries me.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20210218/337b3fe7/attachment.sig>


More information about the ffmpeg-devel mailing list