sapling/eden/fs
Chad Austin 5986e9f639 compute Blob size upon construction
Summary:
Add a direct getSize() accessor to Blob. The thinking here is that all
of this information is known and in cache when the Blob is
constructed, so there's no need to walk a list later on.

Reviewed By: simpkins

Differential Revision: D10245695

fbshipit-source-id: f6d5abbae75d468085dcc02bbbac8aa6239a7c70
2018-10-09 10:53:45 -07:00
..
config fix toml config parsing issue with booleans 2018-08-31 13:07:52 -07:00
fuse move write from EdenFileHandle to FileInode 2018-10-08 15:11:55 -07:00
inodes compute Blob size upon construction 2018-10-09 10:53:45 -07:00
journal explicitly complete StreamPublisher stream on destruct 2018-10-01 13:21:59 -07:00
model compute Blob size upon construction 2018-10-09 10:53:45 -07:00
rocksdb add CMake build files 2018-04-30 14:37:46 -07:00
service disallow undefined symbols in the eden server library 2018-10-09 10:02:55 -07:00
sqlite avoid leaking the sqlite3 db if we fail to open it 2018-06-20 16:36:22 -07:00
store replace getBlobMetadata with a more specific getSha1 2018-10-08 15:11:55 -07:00
takeover Future<T>::then Future<T>::then() -> Future<T>::thenValue or thenTry. 2018-10-07 17:06:49 -07:00
testharness move fsync and flush from EdenFileHandle to FileInode 2018-10-08 11:13:38 -07:00
utils Fix broken build 2018-09-05 21:23:16 -07:00
CMakeLists.txt add CMake build files 2018-04-30 14:37:46 -07:00
eden-config.h add CMake build files 2018-04-30 14:37:46 -07:00