chore: merge 0.0.6 #6
4 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ There were 3 major designs considered so far (here in chronological order).
|
||||||
**** Vec Based
|
**** Vec Based
|
||||||
Code sketch in https://github.com/cafkafk/gg/commit/3d3b6d6646bda84333018cd621cd8bd6348b9cef
|
Code sketch in https://github.com/cafkafk/gg/commit/3d3b6d6646bda84333018cd621cd8bd6348b9cef
|
||||||
|
|
||||||
#+begin_src mermaid :file config-struct-vec.png :width 4000px
|
#+begin_src mermaid :file ./doc/img/config-struct-vec.png :width 4000px
|
||||||
flowchart LR
|
flowchart LR
|
||||||
Co[config]
|
Co[config]
|
||||||
Ca["categories (vec<category>)"]
|
Ca["categories (vec<category>)"]
|
||||||
|
@ -37,7 +37,7 @@ flowchart LR
|
||||||
|
|
||||||
**** BTreeMap Based (nested)
|
**** BTreeMap Based (nested)
|
||||||
|
|
||||||
#+begin_src mermaid :file config-struct-nested.png :width 4000px
|
#+begin_src mermaid :file ./doc/img/config-struct-nested.png :width 4000px
|
||||||
flowchart LR
|
flowchart LR
|
||||||
Co[config]
|
Co[config]
|
||||||
Ca["categories (BTreeMap)"]
|
Ca["categories (BTreeMap)"]
|
||||||
|
@ -67,7 +67,7 @@ flowchart LR
|
||||||
|
|
||||||
**** BTreeMap Based (Store)
|
**** BTreeMap Based (Store)
|
||||||
|
|
||||||
#+begin_src mermaid :file config-struct-store.png :width 4000px
|
#+begin_src mermaid :file ./doc/img/config-struct-store.png :width 4000px
|
||||||
flowchart LR
|
flowchart LR
|
||||||
S[(Store)]
|
S[(Store)]
|
||||||
subgraph Repo Store BMapTree
|
subgraph Repo Store BMapTree
|
||||||
|
|
After Width: | Height: | Size: 145 KiB |
After Width: | Height: | Size: 436 KiB |
After Width: | Height: | Size: 102 KiB |
Loading…
Reference in a new issue