sapling/eden/mononoke/derived_data
Mark Juggurnauth-Thomas 91358f3716 mononoke_types: use SortedVectorMap for BonsaiChangeset
Summary:
BonsaiChangesets are rarely mutated, and their maps are stored in sorted order,
so we can use `SortedVectorMap` to load them more efficiently.

In the cases where mutable maps of filechanges are needed, we can use `BTreeMap`
during the mutation and then convert them to `SortedVectorMap` to store them.

Reviewed By: mitrandir77

Differential Revision: D25615279

fbshipit-source-id: 796219c1130df5cb025952bb61002e8d2ae898f4
2021-03-11 04:28:43 -08:00
..
blame vfs: introduce AsyncVfs 2021-03-05 21:47:51 -08:00
changeset_info mononoke_types: use SortedVectorMap for BonsaiChangeset 2021-03-11 04:28:43 -08:00
deleted_files_manifest mononoke_types: use SortedVectorMap for BonsaiChangeset 2021-03-11 04:28:43 -08:00
fastlog benchmark: rename to benchmarks/simulated_repo 2021-03-11 04:28:42 -08:00
filenodes vfs: introduce AsyncVfs 2021-03-05 21:47:51 -08:00
fsnodes vfs: introduce AsyncVfs 2021-03-05 21:47:51 -08:00
mercurial_derived_data mononoke: add an option to record committer fields in hg extras 2021-03-10 23:41:28 -08:00
skeleton_manifest vfs: introduce AsyncVfs 2021-03-05 21:47:51 -08:00
src mononoke: log derivation error to derived data scuba table 2021-03-02 05:38:54 -08:00
test_utils third-party/rust: update futures 2021-03-04 06:42:55 -08:00
unodes mononoke_types: use SortedVectorMap for BonsaiChangeset 2021-03-11 04:28:43 -08:00
utils mononoke_types: use SortedVectorMap for thrift maps 2021-03-11 04:28:42 -08:00
Cargo.toml vfs: introduce AsyncVfs 2021-03-05 21:47:51 -08:00