| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add methods ForEach() and ForEachReverse() to TPagedVector for fast ↵ | tobo | 5 days | 3 | -0/+298 |
| | | | | | | | iteration over elements commit_hash:3cde1a78c5f1af49a50168bbc85c6f9a8f28ad73 | ||||
| * | rename TPagedVectorIterator::GetOffset() to GetIndex() | tobo | 2026-07-09 | 3 | -15/+48 |
| | | | | | | | | | The returned value is the element's absolute index in the vector, not an offset within a page, so GetIndex() describes it accurately. This also aligns with LLVM's PagedVector::MaterializedIterator, which exposes getIndex() for the same concept. - README.md updated to document GetIndex() - new test for iterator index added commit_hash:08a8f5f70faf0e7cef26429446886177433afa0f | ||||
| * | Intermediate changes | robot-piglet | 2026-07-08 | 1 | -0/+65 |
| | | | | | commit_hash:b287a7802acecdc3d13442505be5815167cf4f71 | ||||
| * | remove commended code | tobo | 2026-07-08 | 2 | -62/+0 |
| | | | | | commit_hash:07da9e448456fc129126a9b96f2fef0c40492aec | ||||
| * | Intermediate changes | robot-piglet | 2026-07-08 | 1 | -35/+0 |
| | | | | | commit_hash:991ef644d607ef39801bae86415ae0190465084d | ||||
| * | use more effective page implementation | tobo | 2026-07-07 | 2 | -161/+389 |
| | | | | | | | - use more effective page implementation that avoid extra level of memory indirection - it also allows emplace_back() for non-movavable non-copyable types commit_hash:ef25b1f123742dea29a7d4fdf59a607e18a9850c | ||||
| * | optimize TPagedVector | tobo | 2026-07-04 | 1 | -8/+11 |
| | | | | | | | - erase() method erases element from pages first, then pushes back a new one - make size() a bit faster commit_hash:2dd667908f10f03c976c53002e1a9c51cb3be8f6 | ||||
| * | apply style fixes to TPagedVector | tobo | 2026-07-03 | 2 | -62/+72 |
| | | | | | | No behaviuor changes, just style fixes commit_hash:0d251b393424c70c7c26c563b08d2746c756c7ad | ||||
| * | optimize TPagedVector + fixed copy assignment and copy constructor | tobo | 2026-07-02 | 2 | -23/+154 |
| | | | | | | | | | | refactor and fix paged vector: - use more effective THolder instead of TSimpleSharedPtr - fixed copy constructor and copy assignment (was shallow copy instead of deep copy) - no more private inheritance from TVector - add tests for copy and move constructors, copy and move assignments commit_hash:a32c0247dd4cc5f8e29a9046c43627f4ede29044 | ||||
| * | Intermediate changes | robot-piglet | 2024-07-19 | 2 | -0/+2 |
| | | |||||
| * | Mark methods as const | hiddenpath | 2024-02-01 | 1 | -3/+3 |
| | | |||||
| * | feat contrib: aiogram 3 | armenqa | 2024-01-19 | 6 | -106/+0 |
| | | | | | Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/ | ||||
| * | External build system generator release 65 | robot-ya-builder | 2023-12-05 | 1 | -3/+3 |
| | | | | | Update tools: yexport, os-yexport | ||||
| * | add darwin-arm64 CMakeLists | dcherednik | 2023-11-20 | 2 | -0/+19 |
| | | |||||
| * | Y_VERIFY->Y_ABORT_UNLESS at ^l | ilnurkh | 2023-10-09 | 1 | -1/+1 |
| | | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
| * | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 2 | -0/+22 |
| | | |||||
| * | External build system generator release 29 | robot-ya-builder | 2023-04-19 | 1 | -1/+1 |
| | | | | Update tools: yexport | ||||
| * | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 2 | -22/+0 |
| | | |||||
| * | External build system generator release 21 | robot-ya-builder | 2023-03-17 | 1 | -3/+3 |
| | | | | Update tools: yexport | ||||
| * | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 2 | -0/+22 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-09 | 2 | -0/+19 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-07 | 3 | -2/+2 |
| | | |||||
| * | External build system generator release 17 | robot-ya-builder | 2023-03-06 | 1 | -1/+1 |
| | | | | Update tools: yexport | ||||
| * | Intermediate changes | robot-piglet | 2023-02-07 | 3 | -3/+3 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-02-07 | 3 | -3/+3 |
| | | |||||
| * | External build system generator release 12 | robot-ya-builder | 2023-01-31 | 1 | -1/+1 |
| | | | | Update tools: yexport | ||||
| * | External build system generator release 8 | robot-ya-builder | 2023-01-17 | 4 | -4/+4 |
| | | | | Update tools: yexport | ||||
| * | Sync linux-headers instead of using system ones | thegeorg | 2022-12-15 | 4 | -9/+60 |
| | | |||||
| * | emplace_back() with arguments support + return reference for consistency ↵ | tobo | 2022-09-30 | 2 | -3/+39 |
| | | | | | with TVector | ||||
| * | intermediate changes | arcadia-devtools | 2022-06-02 | 1 | -1/+1 |
| | | | | | ref:7d93fcecda8932c9b9f116195754e85e591a3905 | ||||
| * | intermediate changes | arcadia-devtools | 2022-03-15 | 2 | -22/+0 |
| | | | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5 | ||||
| * | Improve SystemCommand check in YDB CLI, KIKIMR-14321 | pnv1 | 2022-03-01 | 1 | -0/+9 |
| | | | | | ref:fe5ed49138dce046a93c364cc8879fad3abf3eef | ||||
| * | intermediate changes | arcadia-devtools | 2022-02-18 | 1 | -0/+8 |
| | | | | | ref:1a0585d83f27cb6fb5b9c4f68a08177e10faf3b3 | ||||
| * | Restoring authorship annotation for Ruslan Kovalev ↵ | Ruslan Kovalev | 2022-02-10 | 2 | -195/+195 |
| | | | | | <[email protected]>. Commit 2 of 2. | ||||
| * | Restoring authorship annotation for Ruslan Kovalev ↵ | Ruslan Kovalev | 2022-02-10 | 2 | -195/+195 |
| | | | | | <[email protected]>. Commit 1 of 2. | ||||
| * | Restoring authorship annotation for Ilnur Khuziev <[email protected]>. ↵ | Ilnur Khuziev | 2022-02-10 | 1 | -1/+1 |
| | | | | | Commit 2 of 2. | ||||
| * | Restoring authorship annotation for Ilnur Khuziev <[email protected]>. ↵ | Ilnur Khuziev | 2022-02-10 | 1 | -1/+1 |
| | | | | | Commit 1 of 2. | ||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | vskipin | 2022-02-10 | 1 | -9/+9 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | vskipin | 2022-02-10 | 1 | -9/+9 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | cerevra | 2022-02-10 | 2 | -2/+2 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | cerevra | 2022-02-10 | 2 | -2/+2 |
| | | |||||
| * | Restoring authorship annotation for Anton Samokhvalov <[email protected]>. ↵ | Anton Samokhvalov | 2022-02-10 | 4 | -626/+626 |
| | | | | | Commit 2 of 2. | ||||
| * | Restoring authorship annotation for Anton Samokhvalov <[email protected]>. ↵ | Anton Samokhvalov | 2022-02-10 | 4 | -626/+626 |
| | | | | | Commit 1 of 2. | ||||
| * | intermediate changes | Devtools Arcadia | 2022-02-07 | 5 | -0/+833 |
| ref:cde9a383711a11544ce7e107a78147fb96cc4029 | |||||
