From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id CC03C46303 for ; Mon, 14 Aug 2023 16:46:32 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9D2C568BA81; Mon, 14 Aug 2023 19:46:29 +0300 (EEST) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 3FAEC68BA81 for ; Mon, 14 Aug 2023 19:46:23 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 956151C0006 for ; Mon, 14 Aug 2023 16:46:22 +0000 (UTC) Date: Mon, 14 Aug 2023 18:46:21 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230814164621.GQ7802@pb2> References: MIME-Version: 1.0 In-Reply-To: X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v3] vvcdec: add thread executor X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: multipart/mixed; boundary="===============7915341771784406280==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============7915341771784406280== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="gBtIq6ck+y0Wz1FN" Content-Disposition: inline --gBtIq6ck+y0Wz1FN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 19, 2023 at 09:13:00PM +0800, Nuo Mi wrote: > The executor design pattern was inroduced by java > > it also adapted by python > > 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 i would probably have choosen av_* instead of avpriv_*, not sure someone suggested avpriv ? but LGTM thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Concerning the gods, I have no means of knowing whether they exist or not or of what sort they may be, because of the obscurity of the subject, and the brevity of human life -- Protagoras --gBtIq6ck+y0Wz1FN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZNpaVgAKCRBhHseHBAsP q/jbAJ9Wd9junsJis0WzXGBCgkRN45g1ngCgldlc65jpMtrBBtCW1cVDyPamtlU= =5ttB -----END PGP SIGNATURE----- --gBtIq6ck+y0Wz1FN-- --===============7915341771784406280== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". --===============7915341771784406280==--