MCPcopy Create free account
hub / github.com/ForOhForError/Yet-Another-Magic-Card-Recognizer / write

Method write

src/Benchmark.java:38–40  ·  view source on GitHub ↗
(int[] ints)

Source from the content-addressed store, hash-verified

36
37 results[0][i] = time("Buffered DataOutputStream", new IntWriter() {
38 public void write(int[] ints) {
39 storeBDO(ints);
40 }
41 }, ints);
42
43 results[1][i] = time("DataOutputStream", new IntWriter() {

Callers

nothing calls this directly

Calls 4

storeBDOMethod · 0.95
storeDOMethod · 0.95
storeOOMethod · 0.95
storeFCAltMethod · 0.95

Tested by

no test coverage detected