diff options
author | jakalletti <jakalletti@yandex-team.ru> | 2022-02-10 16:45:56 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:56 +0300 |
commit | 43fcb614adecb5c1e5922dd592beb143b758e2bc (patch) | |
tree | ac11b2d941560a38dbf365fd6955fd4624ee16ef /build | |
parent | 32afff1bad806b1fc774d6ccc979a3dc05a0c7f8 (diff) | |
download | ydb-43fcb614adecb5c1e5922dd592beb143b758e2bc.tar.gz |
Restoring authorship annotation for <jakalletti@yandex-team.ru>. Commit 1 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 a83ead1904..c637fb4ade 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 |