diff options
author | jakalletti <jakalletti@yandex-team.ru> | 2022-02-10 16:45:57 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:57 +0300 |
commit | e2c3e3004f7cd68441cefcfa4aaccd3d8051c846 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /build | |
parent | 43fcb614adecb5c1e5922dd592beb143b758e2bc (diff) | |
download | ydb-e2c3e3004f7cd68441cefcfa4aaccd3d8051c846.tar.gz |
Restoring authorship annotation for <jakalletti@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build')
-rw-r--r-- | build/rules/contrib_restricted.policy | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/rules/contrib_restricted.policy b/build/rules/contrib_restricted.policy index c637fb4ade..a83ead1904 100644 --- a/build/rules/contrib_restricted.policy +++ b/build/rules/contrib_restricted.policy @@ -20,11 +20,11 @@ ALLOW ydb/library/yql/udfs/common/clickhouse/client -> contrib/restricted/boost ALLOW ydb/library/yql/udfs/common/clickhouse/client -> contrib/restricted/dragonbox ALLOW ydb/library/yql/udfs/common/clickhouse/client -> contrib/restricted/fast_float -# fast_float is a faster alternative to double-conversion for float parsing. +# fast_float is a faster alternative to double-conversion for float parsing. # ClickHouse uses the best libraries for performance, that's why it changes them with insane speed. -# Arcadia is not ready for this, that's why we added this library in restricted. -ALLOW clickhouse -> contrib/restricted/fast_float - +# Arcadia is not ready for this, that's why we added this library in restricted. +ALLOW clickhouse -> contrib/restricted/fast_float + # ClickHouse uses hash-table from abseil-cpp for better performance in CacheDictionaries and SSDCacheDictionaries, # because it the best best open source hash table framework (swiss hash tables, hash functions) ALLOW clickhouse -> contrib/restricted/abseil-cpp |