Skip to content

Commit

Permalink
Add pic for structure
Browse files Browse the repository at this point in the history
  • Loading branch information
gostkin committed Nov 14, 2023
1 parent b16c2ac commit c9ddd7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions indexed-log-map/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ When you call `storage.iter_from(&key)`:
* then the inner `storage` performs lookup in the raw data file for `offset` and tries to read `length` bytes
* in case of successful read the data is deserialized to the proper type and returned

### Memory structure:
![Memory structure](docs/assets/indexed_log_map.jpg)

### Main functionality
Methods:
```rust
Expand Down
Binary file added indexed-log-map/docs/assets/indexed_log_map.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c9ddd7a

Please sign in to comment.