mbox series

[bitbake-devel,0/2] Batch queries to hash server

Message ID 20240529150234.3321732-1-JPEWhacker@gmail.com
Headers show
Series Batch queries to hash server | expand

Message

Joshua Watt May 29, 2024, 3 p.m. UTC
Improves the way that stream queries are sent to the hash server by
"batching" them so that multiple can be in flight at once. This should
help to reduce the round trip latency when communicating with the
server.

Joshua Watt (2):
  hashserv: client: Add batch stream API
  siggen: Enable batching of unihash queries

 bitbake/lib/bb/siggen.py       |  9 ++--
 bitbake/lib/hashserv/client.py | 87 ++++++++++++++++++++++++++++++----
 bitbake/lib/hashserv/tests.py  | 75 +++++++++++++++++++++++++++++
 3 files changed, 159 insertions(+), 12 deletions(-)