sapling/manifest
Stanislau Hlebik 00f4165a22 mononoke: initial diff for history batching
Summary:
In order to answer file history requests history we need to avoid doing serial
fetches from a blobstore.

This diff is a first attempt in implementing it. The general idea is to store precalculated history in the blobstore.
Note that at the moment it covers only the very basic case - file history for a commit with no parents, so there's quite a few "TODOs" and "unimplemented!()" in the codebase. This functionality will be extended in the next diffs

Reviewed By: krallin

Differential Revision: D17070901

fbshipit-source-id: 8150afb2509fcd2a428d2369bab58468ab774d72
2019-09-03 04:29:33 -07:00
..
derive_unode_manifest remove not needed BlobRepo::*{store|fetch} methods 2019-08-30 13:34:29 -07:00
src mononoke: initial diff for history batching 2019-09-03 04:29:33 -07:00