mirror of
https://github.com/aljazceru/Tutorial-Codebase-Knowledge.git
synced 2025-12-19 07:24:20 +01:00
Update design.md
This commit is contained in:
@@ -76,11 +76,11 @@ flowchart TD
|
|||||||
|
|
||||||
## Node Design
|
## Node Design
|
||||||
|
|
||||||
### Shared Memory
|
### Shared Store
|
||||||
|
|
||||||
> Notes for AI: Try to minimize data redundancy
|
> Notes for AI: Try to minimize data redundancy
|
||||||
|
|
||||||
The shared memory structure is organized as follows:
|
The shared Store structure is organized as follows:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
shared = {
|
shared = {
|
||||||
|
|||||||
Reference in New Issue
Block a user