Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ FS1_2
Function
FS1_2
library/cpp/testing/benchmark/examples/main.cpp:106–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
}
105
106
Y_NO_INLINE size_t FS1_2(TStringBuf x, TStringBuf y) {
107
return x.size() + y.size();
108
}
109
110
Y_NO_INLINE size_t FS2(const TStringBuf& x) {
111
return x.size();
Callers
1
Y_CPU_BENCHMARK
Function · 0.85
Calls
1
size
Method · 0.45
Tested by
no test coverage detected