File tree 1 file changed +7
-7
lines changed 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,19 +8,19 @@ Reading z is usually more efficient than reading y or z.
8
8
9
9
10
10
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) |
14
14
15
15
16
16
## Dyadic Memory
17
17
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.
19
19
20
20
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) |
24
24
25
25
26
26
You can’t perform that action at this time.
0 commit comments