<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/library/cpp/string_utils, branch docs-yfm-link</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=docs-yfm-link</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=docs-yfm-link'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2023-10-20T19:42:43Z</updated>
<entry>
<title>[library] Fix ub-sanitizer error 'applying non-zero offset to null pointer'</title>
<updated>2023-10-20T19:42:43Z</updated>
<author>
<name>vmordovin</name>
<email>vmordovin@yandex-team.com</email>
</author>
<published>2023-10-20T19:23:34Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=fd7709f6311e96568ae3b25b1d2ce4bcc7322243'/>
<id>urn:sha1:fd7709f6311e96568ae3b25b1d2ce4bcc7322243</id>
<content type='text'>
```
   #0 0x23d0d55b in GetSchemePrefixSize(TBasicStringBuf&lt;char, std::__y1::char_traits&lt;char&gt; &gt;) /home/vmordovin/src/arcadia/fuse/arcadia/library/cpp/string_utils/url/url.cpp:111:11
    #1 0x23d0ce99 in GetSchemeHostAndPort(TBasicStringBuf&lt;char, std::__y1::char_traits&lt;char&gt; &gt;, bool, bool) /home/vmordovin/src/arcadia/fuse/arcadia/library/cpp/string_utils/url/url.cpp:173:31
    #2 0x23d0da8b in NUrl::SplitUrlToHostAndPath(TBasicStringBuf&lt;char, std::__y1::char_traits&lt;char&gt; &gt;) /home/vmordovin/src/arcadia/fuse/arcadia/library/cpp/string_utils/url/url.cpp:68:27
    #3 0x23d0da8b in SplitUrlToHostAndPath(TBasicStringBuf&lt;char, std::__y1::char_traits&lt;char&gt; &gt;, TBasicStringBuf&lt;char, std::__y1::char_traits&lt;char&gt; &gt;&amp;, TBasicStringBuf&lt;char, std::__y1::char_traits&lt;char&gt; &gt;&amp;) /hom
e/vmordovin/src/arcadia/fuse/arcadia/library/cpp/string_utils/url/url.cpp:201:31
    #4 0x2c0d8715 in NReportSnippets::SplitGreenUrl(NSc::TValue&amp;, TBasicStringBuf&lt;char, std::__y1::char_traits&lt;char&gt; &gt;, TBasicStringBuf&lt;char, std::__y1::char_traits&lt;char&gt; &gt;) /home/vmordovin/src/arcadia/fuse/arca
dia/search/web/util/report_snippets/report_snippets.cpp:50:5
    #5 0x2363d63b in (anonymous namespace)::TReportSnippetGenericContext::ProcessGrouping(TMetaGrouping&amp;, TGroupingIndex const&amp;, IMetaRearrangeContext::TRearrangeParams const&amp;) /home/vmordovin/src/arcadia/fuse/a
rcadia/search/web/rearrange/rep_snip_generic/generic.cpp:129:21
...
```
</content>
</entry>
<entry>
<title>Add THash&lt;TZtStringBuf&gt;</title>
<updated>2023-10-11T19:24:21Z</updated>
<author>
<name>vadim-xd</name>
<email>vadim-xd@yandex-team.com</email>
</author>
<published>2023-10-11T19:04:46Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=58b1f50236d9d737d6e3d921125be123dc0e73a8'/>
<id>urn:sha1:58b1f50236d9d737d6e3d921125be123dc0e73a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Y_VERIFY-&gt;Y_ABORT_UNLESS at ^l</title>
<updated>2023-10-09T20:57:14Z</updated>
<author>
<name>ilnurkh</name>
<email>ilnurkh@yandex-team.com</email>
</author>
<published>2023-10-09T20:39:40Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=e601ca03f859335d57ecff2e5aa6af234b6052ed'/>
<id>urn:sha1:e601ca03f859335d57ecff2e5aa6af234b6052ed</id>
<content type='text'>
https://clubs.at.yandex-team.ru/arcadia/29404
</content>
</entry>
<entry>
<title>[yql/udfs/string] Add base32</title>
<updated>2023-08-22T19:14:27Z</updated>
<author>
<name>daredevil2002</name>
<email>daredevil2002@yandex-team.com</email>
</author>
<published>2023-08-22T18:19:48Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=07ad0583b3f39038a4f7fe2ce3d4b8109cd1bb0e'/>
<id>urn:sha1:07ad0583b3f39038a4f7fe2ce3d4b8109cd1bb0e</id>
<content type='text'>
Добавил в String UDF поддержку base32
</content>
</entry>
<entry>
<title>Replace the functions for the `Levenshtein` and the `Damerau–Levenshtein` distances with the memory effective version.</title>
<updated>2023-07-03T09:26:39Z</updated>
<author>
<name>akinshchikov</name>
<email>akinshchikov@yandex-team.com</email>
</author>
<published>2023-07-03T09:26:39Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=72c25e282d527a441d02f56820179cd6990010d1'/>
<id>urn:sha1:72c25e282d527a441d02f56820179cd6990010d1</id>
<content type='text'>
YQL UDFs `String::LevensteinDistance` and `Unicode::LevensteinDistance` use `NLevenshtein::Distance` inside.
The previous version of `NLevenshtein::Distance` uses O(nm) space instead of O(min(n, m)).</content>
</entry>
<entry>
<title>add ymake export to ydb</title>
<updated>2023-06-13T08:05:01Z</updated>
<author>
<name>alexv-smirnov</name>
<email>alex@ydb.tech</email>
</author>
<published>2023-06-13T08:05:01Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=bf0f13dd39ee3e65092ba3572bb5b1fcd125dcd0'/>
<id>urn:sha1:bf0f13dd39ee3e65092ba3572bb5b1fcd125dcd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove extra semicolon (library)</title>
<updated>2023-06-10T10:55:11Z</updated>
<author>
<name>bulatman</name>
<email>bulatman@yandex-team.com</email>
</author>
<published>2023-06-10T10:55:11Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=d570836295decdb827b4f95d75ebf2d8d9232b9b'/>
<id>urn:sha1:d570836295decdb827b4f95d75ebf2d8d9232b9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add lua http lib; Add TVM auth for HTTP input</title>
<updated>2023-05-17T07:18:29Z</updated>
<author>
<name>vadim-xd</name>
<email>vadim-xd@yandex-team.com</email>
</author>
<published>2023-05-17T07:18:29Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=e2d5f1eff14cbd8148fbd342eb04b446fbc5cfef'/>
<id>urn:sha1:e2d5f1eff14cbd8148fbd342eb04b446fbc5cfef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>External build system generator release 29</title>
<updated>2023-04-19T11:10:48Z</updated>
<author>
<name>robot-ya-builder</name>
<email>robot-ya-builder@yandex-team.com</email>
</author>
<published>2023-04-19T11:10:48Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=887be65957040bac40fa22a2af242de88920eba7'/>
<id>urn:sha1:887be65957040bac40fa22a2af242de88920eba7</id>
<content type='text'>
Update tools: yexport</content>
</entry>
<entry>
<title>Revert ymake build from ydb oss export</title>
<updated>2023-03-28T19:25:04Z</updated>
<author>
<name>alexv-smirnov</name>
<email>alex@ydb.tech</email>
</author>
<published>2023-03-28T19:25:04Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=b8a17f9b1c166d2e9a26b99348a4c29d972caf55'/>
<id>urn:sha1:b8a17f9b1c166d2e9a26b99348a4c29d972caf55</id>
<content type='text'>
</content>
</entry>
</feed>
