-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
doc(hansbug): update README #42
Conversation
Codecov Report
@@ Coverage Diff @@
## main #42 +/- ##
=======================================
Coverage 99.22% 99.22%
=======================================
Files 35 35
Lines 2066 2071 +5
=======================================
+ Hits 2050 2055 +5
Misses 16 16
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
When we build a complex nested structure, we need to model it as a tree structure, and the native list and dict in Python are often used to solve this problem. However, it takes a lot of codes and some complex and non-intuitive calculation logics, which is not easy to modify and extend related code and data, and parallelization is more impossible. | ||
|
||
Therefore, we need a kind of more proper data container, named `TreeValue`. It is designed for solving the follow problems: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whether to add our overview layer graph
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is not necessary, and the graph's is verrrrrry long which may break the view of readme.
May be hushuai can given some suggestions?
No description provided.