diff options
author | sereglond <[email protected]> | 2022-02-10 16:47:47 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:47 +0300 |
commit | 73bb02f2495181e0719a800f979df508924f4b71 (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /library/cpp/containers/comptrie/comptrie_impl.cpp | |
parent | eb3d925534734c808602b31b38b953677f0a279f (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/containers/comptrie/comptrie_impl.cpp')
-rw-r--r-- | library/cpp/containers/comptrie/comptrie_impl.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/containers/comptrie/comptrie_impl.cpp b/library/cpp/containers/comptrie/comptrie_impl.cpp index f3b9d03fd10..a116ab6d1ef 100644 --- a/library/cpp/containers/comptrie/comptrie_impl.cpp +++ b/library/cpp/containers/comptrie/comptrie_impl.cpp @@ -2,10 +2,10 @@ #include <util/system/rusage.h> #include <util/stream/output.h> - -// Unpack the leaf value. The algorithm can store up to 8 full bytes in leafs. - -namespace NCompactTrie { + +// Unpack the leaf value. The algorithm can store up to 8 full bytes in leafs. + +namespace NCompactTrie { size_t MeasureOffset(size_t offset) { int n = 0; |