Skip to content

Commit

Permalink
Updated ramrsbd code size based on changes
Browse files Browse the repository at this point in the history
  • Loading branch information
geky committed Oct 29, 2024
1 parent b316b5e commit 9cb5bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ A quick comparison of current ram-ecc-bds:
| | code | tables | stack | buffers | runtime |
|:-----------|-------:|-------:|------:|---------:|-------------------------:|
| ramcrc32bd | 940 B | 64 B | 88 B | 0 B | $O\left(n^e\right)$ |
| ramrsbd | 1430 B | 512 B | 128 B | n + 4e B | $O\left(ne + e^2\right)$ |
| ramrsbd | 1506 B | 512 B | 128 B | n + 4e B | $O\left(ne + e^2\right)$ |

See also:

Expand Down

0 comments on commit 9cb5bf7

Please sign in to comment.