diff options
author | anikella <anikella@yandex-team.ru> | 2022-02-10 16:50:52 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:52 +0300 |
commit | aae523fee7a5dc0b76bc9ef82b5df543ac40984a (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/compproto | |
parent | 231c91be009a1fd2d4184c44e24669c4ea7887c5 (diff) | |
download | ydb-aae523fee7a5dc0b76bc9ef82b5df543ac40984a.tar.gz |
Restoring authorship annotation for <anikella@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/compproto')
-rw-r--r-- | library/cpp/compproto/huff.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/compproto/huff.h b/library/cpp/compproto/huff.h index 7e905caa7fe..fa5c139189d 100644 --- a/library/cpp/compproto/huff.h +++ b/library/cpp/compproto/huff.h @@ -11,7 +11,7 @@ #include "compressor.h" -namespace NCompProto { +namespace NCompProto { template <size_t CacheSize, typename TEntry> struct TCache { ui32 CacheKey[CacheSize]; @@ -35,7 +35,7 @@ namespace NCompProto { } } }; - + struct TCode { i64 Probability; ui32 Start; |