Skip to content

Commit 56788c1

Browse files
Update Benchmarks.md
1 parent d0ed3d5 commit 56788c1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Benchmarks.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ Reading z is usually more efficient than reading y or z.
88

99

1010

11-
| language | storage size | n | p | items | write / s | read z / s | read y / s | read x / s | system |
12-
|:---------|:------------:|------:|-------:|:--------:|----------:|-----------:| -----------:|-----------:|:---------------------|
13-
| C | 1 bit | 1000 | 10 | 1M | 117000 | 14500 | 12000 | 4300 | Apple M1 16GB (2020) |
11+
| language | storage size | n | p | items | write / s | read z / s | read y / s | read x / s | computer system |
12+
|:--------:|:------------:|:-----:|:------:|:--------:|:---------:|:----------:|:-----------:|:----------:|:--------------------:|
13+
| C | 1 bit | 1000 | 10 | 1M | 117000 | 14500 | 12000 | 4300 | Apple M1 16GB (2020) |
1414

1515

1616
## Dyadic Memory
1717

18-
Measuring the number of read and write operations performed per second for a large batch of random associations x->y.
18+
Read and write operations performed per second for a large batch of random associations x->y.
1919

2020

21-
| language | storage size | n | p | items | write / s | read | system |
22-
|:---------|:------------:|------:|-------:|:--------:|----------:|--------:|:------------------------|
23-
| C | 1 bit | 1000 | 10 | 1M | 248000 | 30700 | Apple M1 16GB (2020) |
21+
| language | storage size | n | p | items | write / s | read | computer system |
22+
|:--------:|:------------:|:-----:|:------:|:--------:|:---------:|:-------:|:-----------------------:|
23+
| C | 1 bit | 1000 | 10 | 1M | 248000 | 30700 | Apple M1 16GB (2020) |
2424

2525

2626

0 commit comments

Comments
 (0)