Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ForOhForError/Yet-Another-Magic-Card-Recognizer
/ write
Method
write
src/Benchmark.java:15–15 ·
view source on GitHub ↗
(int[] ints)
Source
from the content-addressed store, hash-verified
13
public
class
Benchmark {
14
interface
IntWriter {
15
void
write(
int
[] ints);
16
}
17
18
public
static
final
int
NUM_INTS = 1000000;
Callers
5
writeOut
Method · 0.65
time
Method · 0.65
storeBDO
Method · 0.65
storeDO
Method · 0.65
storeFCAlt
Method · 0.65
Implementers
1
Benchmark
src/Benchmark.java
Calls
no outgoing calls
Tested by
no test coverage detected