| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| | |
Fix build with system protoc, std::string and system stl
8b5b81b2d7855f6b0dcb4bb0583a6408e5b7d3f7
|
| | |
|
| |
| |
| |
| |
| | |
Начал с того, что просто унес ```url.*``` из ```search/meta``` в ```search/meta/generic```. Закончилось тем, что еще и поотпиливал странные зависимости ```kernel/facts/credibility/database->search/meta``` и ```quality/functionality/facts/credibility/url_trie_map_lib->search/meta``` : общие библитотеки не имеют права зависеть от ```search/meta/*```
c1e3dbc38eff7073949a371f5fc59714eeb9306e
|
| |
| |
| |
| |
| |
| |
| |
| | |
IsReady returns true if exception or value was set.
allows to check readiness without locking cheсker-thread
NOTE: returns true even if value was extracted from promise
good replace for HasValue() || HasException()
b2d64093e25cef5a350dfebe784c449203a5b383
|
| |
| |
| |
| | |
a8fc6fb6a3e68a7885f2f1a9e7b719c180c91a60
|
| | |
|
| |
| |
| |
| | |
60cd4e201b2b3e51fdb8a6d2413fb376c732ea30
|
| |
| |
| |
| | |
2b4749cade5242ec10775c7819c790735f7484b7
|
| | |
|
| | |
|
|\| |
|
| |
| |
| |
| | |
05d2fa4e71c76d7270e78ca7b1ae20a1114f07fa
|
| |
| |
| |
| |
| |
| | |
TAtomicIntrusivePtr
68430c6347c40eee09bc63a3441af024780b86d4
|
| | |
|
| |
| |
| |
| | |
211b5254a54161c8bb4c4b077c406692e9a20cf6
|
| |
| |
| |
| |
| | |
https://en.cppreference.com/w/cpp/types/numeric_limits/lowest
349097f620987be824e9db00f76af89746741c75
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The new format is better optimized for VectorizedRead, which is needed in Sequoia.
Previously, the output for the BeginCopy verb was a serialized subtree plus the list of opaque children. In a non-Sequoia world, that is useful and easy to work with. However, in Sequoia, a subtree might not be contained on the same cell, which makes it difficult to use the old data transfer format.
Now it's a vector of nodes with clear separation between them. This change makes it easier to work with VectorizedRead since the conversion between BeginCopy return and VectorizedRead(BeginCopy) return is very straight-forward. Additionally, this change helps with copying from Cypress to Sequoia, since now it's much easier to process each node individually (which is needed for Sequoia to work and not clog up one cell).
In the next PR, I'm planning on:
1. Making BeginCopy a read-request (removing snapshot locks). So the verb will only return meta-information about the requested nodes.
2. Adding a verb, executed before BeginCopy, where the locks would be taken and the general structure of the tree is returned.
017ec9971e8e0a611a7286ed748b6071cfc89048
|
| | |
|
| |
| |
| |
| | |
089f70efa4e50032e1c73e5c556363fa355eb4dc
|
| |
| |
| |
| | |
05b33663c7ed371efb2b290505bd8b9d8a9f1d0f
|
| |
| |
| |
| | |
3ce1f2a59c087222badce66a8c7043e77907f530
|
| |
| |
| |
| | |
e5feb0553ad2842db9974979d9808105e6c5ba34
|
| |
| |
| |
| |
| | |
Moving files around so that include of either `string_builder.h` or `format.h` would result in being able to use both `Format` and `TStringBuilder`
8a2abbea2ae7027c1cd3a243ab3de55bdd5d3d27
|
| |
| |
| |
| | |
81b1c42ea62adf4f2a7e2e7ba3601ca9687e29ed
|
| |
| |
| |
| | |
7be48a0651838e770b920150e0348bf3e92416d2
|
| |
| |
| |
| | |
7788f89a156a0f6b3f6c4f4316c16e9a00096e21
|
| | |
|
|\| |
|
| |
| |
| |
| | |
6ac63b68e1f264939c9b4fc169e9381a70ceab8a
|
| |
| |
| |
| | |
467ee25e414a8d0b1f7c99d309b0eda1fb1c9932
|
| |
| |
| |
| | |
00ffbccf4bb9d61dd36ed912cde8cae38d44a858
|
| |
| |
| |
| | |
e52d229afddf7db640499d3856bc55f2b7360bb4
|
|\| |
|
| |
| |
| |
| | |
160d1557e15ed2f25a858bb844c1543d919188a3
|
| |
| |
| |
| | |
23b4ac85c9195fa9b0e7b0624cc3a61d010745be
|
|\| |
|
| |
| |
| |
| | |
a27af83d265ebf4e7f4bf273eb41f69850817b05
|
| |
| |
| |
| | |
438bc5ed4e35d7a3aeffcce25e862d21289d4cad
|
| |
| |
| |
| | |
37b50713c341b80929c9c75df32b79a4e3fe00ab
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
We slightly rework inner workings of stat analysis. For almost any sane use case the behavior is identical, but should compile a little faster.
If you send string literals like `char[N]` or `const char*` make them constexpr. If you can't (e.g. `ex.what()` case) wrap it in `TStringBuf`, if you want the "by the book; 100% right" solution then wrap it in `TRuntimeFormat` instead.
`SetRequestInfo` methods now statically checks the format. Only one error was found -- hooray!
Some other internal stuff was added, a lot removed -- don't worry about it. You won't be able to see the difference
62050dfe8a9cedc1289f18e80397ff33a8e2ecdb
|
| | |
|
| |
| |
| |
| | |
e856aa45df227b86e8b121852d3774bb2504193b
|
| | |
|
| |
| |
| |
| | |
4ab5908e416439366466d984fc08db7254401884
|
| |
| |
| |
| | |
4792c7769dba84e38c0d981714741114add571d3
|
| |
| |
| |
| | |
810902d6e6c3104880e1ab3b34d29a8aa4bec21b
|
| |
| |
| |
| | |
e9e28de85726616f22169b34b12e1d064eea2a15
|
|\| |
|