Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ readWrite1
Method
readWrite1
ZezeJava/ZezeJavaTest/src/Benchmark/Simulate.java:68–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
}
67
68
private
static
long readWrite1() {
69
var k = randKey();
70
var r = table5.getOrAdd(k);
71
r.setS(r.getS() + 1);
72
return
0;
73
}
74
75
private
static
long read2Write1() {
76
var k1 = randKey();
Callers
nothing calls this directly
Calls
2
randKey
Method · 0.95
getOrAdd
Method · 0.45
Tested by
no test coverage detected