Commit 7152053
committed
Add new RMW storage implementation
Despite it looks little bit low-level but it works well with unaligned access.
I/O operations optimized by splitting it to stages:
- Not aligned start
- Aligned middle
- Not Aligned end
Each stage may or may not be needed depending from memory offset and data
length.
Also the data checked to determine that erase and/or write needed or not.1 parent 61bd8ba commit 7152053
3 files changed
+477
-167
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 14 | | |
23 | 15 | | |
24 | 16 | | |
| |||
0 commit comments