sapling/eden/scm/edenscmnative
Liubov Dmitrieva aa85540932 optimization for edenapi uploads
Summary:
optimization for edenapi upload

Lookup for filenodes and trees can be done in parallel. Usually we have a small number of trees to check and a small number of filenodes, it is better to send them in a single lookup request, so they all can be checked in parallel. Parallelism limit for the lookup request is few thousands, so almost always if we merge the requests here, they will be parallelised.

Reviewed By: yancouto

Differential Revision: D31127401

fbshipit-source-id: 8014b27a2ba9d082babe2e0cd7bebf43c8b46082
2021-09-24 07:49:15 -07:00
..
bindings optimization for edenapi uploads 2021-09-24 07:49:15 -07:00
__init__.py remediation of S205607 2020-07-17 17:16:13 -07:00
linelog.pyx py3: fix simple Windows py3 issues 2021-02-11 09:50:25 -08:00
patchrmdir.pyi add type annotations for a few more edenscmnative modules 2020-03-20 10:41:32 -07:00
patchrmdir.pyx py3: fix extdiff 2020-08-27 19:15:22 -07:00
traceprof.pyx py3: fix traceprof 2020-09-24 11:56:21 -07:00