[FFmpeg-devel] [PATCH v4] vvcdec: add thread executor
Michael Niedermayer
michael at niedermayer.cc
Wed Aug 16 19:35:56 EEST 2023
On Tue, Aug 15, 2023 at 10:50:13PM +0800, Nuo Mi wrote:
> The executor design pattern was inroduced by java
> <https://docs.oracle.com/en/java/javase/20/docs/api/java.base/java/util/concurrent/Executor.html>
> it also adapted by python
> <https://docs.python.org/3/library/concurrent.futures.html>
> Compared to handcrafted thread pool management, it greatly simplifies the thread code.
> ---
> libavutil/Makefile | 2 +
> libavutil/executor.c | 201 +++++++++++++++++++++++++++++++++++++++++++
> libavutil/executor.h | 67 +++++++++++++++
> 3 files changed, 270 insertions(+)
> create mode 100644 libavutil/executor.c
> create mode 100644 libavutil/executor.h
needs doc/APIchanges addition
should be ok otherwise
thx
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
The worst form of inequality is to try to make unequal things equal.
-- Aristotle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20230816/916bed96/attachment.sig>
More information about the ffmpeg-devel
mailing list