Skip to main content

Showing 1–2 of 2 results for author: Chulkov, A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2403.03751  [pdf, other

    cs.SE

    Trigram-Based Persistent IDE Indices with Quick Startup

    Authors: Zakhar Iakovlev, Alexey Chulkov, Nikita Golikov, Vyacheslav Lukianov, Nikita Zinoviev, Dmitry Ivanov, Vitaly Aksenov

    Abstract: One common way to speed up the find operation within a set of text files involves a trigram index. This structure is merely a map from a trigram (sequence consisting of three characters) to a set of files which contain it. When searching for a pattern, potential file locations are identified by intersecting the sets related to the trigrams in the pattern. Then, the search proceeds only in these fi… ▽ More

    Submitted 6 March, 2024; originally announced March 2024.

  2. arXiv:2306.03272  [pdf, other

    cs.DC

    Better Write Amplification for Streaming Data Processing

    Authors: Andrei Chulkov, Maxim Akhmedov

    Abstract: Many current applications have to perform data processing in a streaming fashion. Doing so at a large scale requires a parallel system that must be equipped to handle straggling workers and different kinds of failures. YT is the main driver behind distributed systems at Yandex, home to its distributed file system, lock service, key-value storage, and internal MapReduce platform. We implement a new… ▽ More

    Submitted 5 June, 2023; originally announced June 2023.

    Comments: YT is now openly available as YTSaurus: see github.com/ytsaurus/ytsaurus