MCPcopy Create free account
hub / github.com/e2wugui/zeze / read1

Method read1

ZezeJava/ZezeJavaTest/src/Benchmark/Simulate.java:61–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 private static long read1() {
62 var k = randKey();
63 var r = table5.getOrAdd(k);
64 r.getS();
65 return 0;
66 }
67
68 private static long readWrite1() {
69 var k = randKey();

Callers

nothing calls this directly

Calls 2

randKeyMethod · 0.95
getOrAddMethod · 0.45

Tested by

no test coverage detected