MCPcopy Create free account
hub / github.com/dds-bridge/dds / AccessPattern

Class AccessPattern

library/tests/trans_table/trans_table_s_test.cpp:247–251  ·  view source on GitHub ↗

Simulate different access patterns

Source from the content-addressed store, hash-verified

245
246 // Simulate different access patterns
247 struct AccessPattern {
248 int sequential_accesses;
249 int random_accesses;
250 double expected_efficiency; // 0.0 to 1.0
251 };
252
253 AccessPattern patterns[] = {
254 {1000, 0, 0.95}, // Highly sequential

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected