<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/util, branch CLI_2.11.0</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=CLI_2.11.0</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=CLI_2.11.0'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2024-07-02T14:58:20Z</updated>
<entry>
<title>YDB-6202 Support AVX512 for ChaCha cypher (#6093)</title>
<updated>2024-07-02T14:58:20Z</updated>
<author>
<name>Semyon Danilov</name>
<email>senya@ydb.tech</email>
</author>
<published>2024-07-02T14:58:20Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=00a833f5a82e7f191c957d8360f9207dc31b0ac6'/>
<id>urn:sha1:00a833f5a82e7f191c957d8360f9207dc31b0ac6</id>
<content type='text'>
Closes #6202</content>
</entry>
<entry>
<title>Enum range to util</title>
<updated>2024-06-25T07:06:56Z</updated>
<author>
<name>chezzie</name>
<email>chezzie@yandex-team.com</email>
</author>
<published>2024-06-25T06:54:31Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=e166004e08f4ea69899364beaae07218fc351e95'/>
<id>urn:sha1:e166004e08f4ea69899364beaae07218fc351e95</id>
<content type='text'>
Изолированный хидер, не должен ничего поломать

Почему решил не завязываться и не расширять GENERATE_ENUM_SERIALIZATION[_WITH_HEADER):
1) Нет возможности добавлять метаданные для енамов объявленных в cpp
2) Нет возможности добавлять метаданные для енамов объявленных в anonymous namespace
3) Нет возможности использовать метаданные в том же хидере, где объявлен enum

В первую очередь будет использован в библиотеке range_containers - https://a.yandex-team.ru/arcadia/market/library/range_containers/
74cd8c66052608f1b6fec69c39cb0f868376fe0a
</content>
</entry>
<entry>
<title>Implement TFile::Fallocate for Windows.</title>
<updated>2024-06-20T09:09:26Z</updated>
<author>
<name>sath</name>
<email>sath@yandex-team.com</email>
</author>
<published>2024-06-20T08:56:38Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=21a06b21f58177b7fce835838bc38d7228ac7e03'/>
<id>urn:sha1:21a06b21f58177b7fce835838bc38d7228ac7e03</id>
<content type='text'>
66f69cf2778ef870c0ddb050d260160ce8be1c3f
</content>
</entry>
<entry>
<title>fix typo</title>
<updated>2024-06-18T19:48:09Z</updated>
<author>
<name>tobo</name>
<email>tobo@yandex-team.com</email>
</author>
<published>2024-06-18T19:38:04Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=3feae57cff571fa304e22c45521f5a89ae28f498'/>
<id>urn:sha1:3feae57cff571fa304e22c45521f5a89ae28f498</id>
<content type='text'>
f172ae24ead4a8c8edae837d34f264a744a4d89c
</content>
</entry>
<entry>
<title>[util] Check lifetime of the move-only type passed through the TMaybe::GetOrElse method</title>
<updated>2024-06-14T18:39:47Z</updated>
<author>
<name>swarmer</name>
<email>swarmer@yandex-team.com</email>
</author>
<published>2024-06-14T18:25:18Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=7d673060f61f85b3e440fa45df26795d3653c8d2'/>
<id>urn:sha1:7d673060f61f85b3e440fa45df26795d3653c8d2</id>
<content type='text'>
03109df768118daa8c95e373de082712a2362407
</content>
</entry>
<entry>
<title>[util] Instantiation of TMaybe with an array type is ill-formed</title>
<updated>2024-06-14T18:34:55Z</updated>
<author>
<name>swarmer</name>
<email>swarmer@yandex-team.com</email>
</author>
<published>2024-06-14T18:22:50Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=c5cde75c98daf20325555a404da8534e6364a5c6'/>
<id>urn:sha1:c5cde75c98daf20325555a404da8534e6364a5c6</id>
<content type='text'>
69e5abfadd994602479be713abb69e2d6053734d
</content>
</entry>
<entry>
<title>Use ::strnicmp instead of strnicmp (fix build errors in files that use namespace NUri)</title>
<updated>2024-06-08T23:57:12Z</updated>
<author>
<name>vadim-xd</name>
<email>vadim-xd@yandex-team.com</email>
</author>
<published>2024-06-08T23:44:18Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=1f41aead77a6ea2fbc9ff48092b7bda4981bbe7a'/>
<id>urn:sha1:1f41aead77a6ea2fbc9ff48092b7bda4981bbe7a</id>
<content type='text'>
3a7cf9869f888e3d09fc6c4c00c38db97f3a62ed
</content>
</entry>
<entry>
<title>Add TStringBuf constructor from TStringBuf with other char traits</title>
<updated>2024-06-07T08:32:48Z</updated>
<author>
<name>vadim-xd</name>
<email>vadim-xd@yandex-team.com</email>
</author>
<published>2024-06-07T08:14:24Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=9dedbd43112c0532721f4e41b9d10ae7c0a11afa'/>
<id>urn:sha1:9dedbd43112c0532721f4e41b9d10ae7c0a11afa</id>
<content type='text'>
e4ebd9ac2108f3fbc5ef852f3f7d733dd1a00fe8
</content>
</entry>
<entry>
<title>feat util/system: add a possibility to disable exit handlers, use it in rate-limiter nginx module</title>
<updated>2024-06-06T17:21:56Z</updated>
<author>
<name>itrofimow</name>
<email>itrofimow@yandex-team.com</email>
</author>
<published>2024-06-06T17:11:50Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=0635c46df5826df8bb0dda8ad418442978c322ca'/>
<id>urn:sha1:0635c46df5826df8bb0dda8ad418442978c322ca</id>
<content type='text'>
b90ea2b46b910c5bf2e0db4ccacb45ca5c39ecaa
</content>
</entry>
<entry>
<title>[util] Better precision of the ProcessUptime on linux</title>
<updated>2024-06-05T22:58:09Z</updated>
<author>
<name>swarmer</name>
<email>swarmer@yandex-team.com</email>
</author>
<published>2024-06-05T22:45:47Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=f461772a29a6d4d1c1b4890a3c8c9e0384b72769'/>
<id>urn:sha1:f461772a29a6d4d1c1b4890a3c8c9e0384b72769</id>
<content type='text'>
The  ProcessUptime function should now usually return a value less than 20 ms if called at the start of the program.
0961a518fdaee4fd243b01c7cf5433dd768897c4
</content>
</entry>
</feed>
