Rename the project as swh-shard, migrate to pybind11 and add cli tools
Compare changes
Files
28+ 55
− 0
@@ -8,3 +8,58 @@ The Read Shard has the following structure:
* bytes \[``index_position``, ``hash_position``\[: An array of index entries. The size of the array is provided by ``cmph_size`` after building the hash function. An index entry is made of the key (of ``SHARD_KEY_LEN`` bytes) and the object position (``u_int64_t``) in the range \[``objects_position``, ``index_position``\[. If the object position is ``UINT64_MAX``, this means the object has been deleted.