frostfs-node/pkg/local_object_storage/blobstor
Leonard Lyubich 70a65c5aff [#176] blobstor: Use 1 byte names of sub-directories in FS tree
Using 2 bytes length for directories in fs tree lead to large growth
in the number of directories.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2020-12-11 17:19:37 +03:00
..
blobstor.go [#176] blobstor: Fix missing mutex in constructor 2020-12-11 17:19:37 +03:00
compress.go [#176] blobstor: Handle error of zstd (de)compressor creation 2020-12-11 17:19:37 +03:00
delete.go [#176] localstore: Fix linter's remarks 2020-12-11 17:19:37 +03:00
fstree.go [#176] blobstor: Use 1 byte names of sub-directories in FS tree 2020-12-11 17:19:37 +03:00
get.go [#176] localstore: Implement primary BlobStor 2020-12-11 17:19:37 +03:00
getrange.go [#176] localstore: Implement primary BlobStor 2020-12-11 17:19:37 +03:00
put.go [#176] localstore: Implement primary BlobStor 2020-12-11 17:19:37 +03:00