MCPcopy Create free account
hub / github.com/bytedance/bolt / hashProbeFinishEarlyOnEmptyBuild

Method hashProbeFinishEarlyOnEmptyBuild

bolt/core/QueryConfig.h:1442–1444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1440 }
1441
1442 bool hashProbeFinishEarlyOnEmptyBuild() const {
1443 return get<bool>(kHashProbeFinishEarlyOnEmptyBuild, true);
1444 }
1445
1446 bool hashBuildProbeAdmissionUnderMemoryPressureEnabled() const {
1447 return get<bool>(kHashBuildProbeAdmissionUnderMemoryPressure, true);

Callers 3

asyncWaitForHashTableMethod · 0.80
finishHashBuildMethod · 0.80
TEST_PFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.64