public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [Bug default/31536] New: abidb: support parallelized --submit / --check
@ 2024-03-22 18:00 fche at redhat dot com
  0 siblings, 0 replies; only message in thread
From: fche at redhat dot com @ 2024-03-22 18:00 UTC (permalink / raw)
  To: libabigail

https://sourceware.org/bugzilla/show_bug.cgi?id=31536

            Bug ID: 31536
           Summary: abidb: support parallelized --submit / --check
           Product: libabigail
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: default
          Assignee: unassigned at sourceware dot org
          Reporter: fche at redhat dot com
                CC: libabigail at sourceware dot org
  Target Milestone: ---

abidb --submit and --check operations are excessively serialized.
It should be possible to run adidw on many given binaries concurrently in
subprocesses, since those ops represent the bulk of the time.

The --submit part is slightly trickier because each submit operation requires a
git repo modification, but those are quite short.  --check ops could be much
more parallel because many can read the same git repo in parallel.

Perhaps an asyncio.subprocess or such layer on top of the subprocess invocation
loop could do the trick.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-22 18:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-22 18:00 [Bug default/31536] New: abidb: support parallelized --submit / --check fche at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).