sapling/bookmarks
Stanislau Hlebik 7e3daf753c mononoke: implement bookmarks using diesel
Summary:
Implementation of the bookmarks trait using diesel. Currently it's quite slow
because it uses mutex to make the struct sync. Also it's not really async, even
though it returns future. The plan to make it async is to move the computation
on a separate thread pool.

Reviewed By: kulshrax

Differential Revision: D7255935

fbshipit-source-id: ce622a14af777ae470aecc039cef8c6cab9db41e
2018-03-21 14:24:43 -07:00
..
dbbookmarks mononoke: implement bookmarks using diesel 2018-03-21 14:24:43 -07:00
src prefix ChangesetId, ManifestId and BlobHash with Hg 2018-03-15 17:45:29 -07:00