cyyeh commited on
Commit
fc773bd
·
1 Parent(s): 773e892
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -49,6 +49,7 @@ input to one GitHub public repo's URL(input)
49
  - [x] Visualize a basic `networkx` graph using `pyvis`
50
  - [x] Build a `streamlit` app
51
  - [ ] Performance optimization
 
52
  ## References
53
 
54
  - [How to set up a perfect Python project](https://sourcery.ai/blog/python-best-practices/)
 
49
  - [x] Visualize a basic `networkx` graph using `pyvis`
50
  - [x] Build a `streamlit` app
51
  - [ ] Performance optimization
52
+ - [x] `requests` to `aiohttp`: reduce latency 8-10x in my laptop(MacBook Pro)
53
  ## References
54
 
55
  - [How to set up a perfect Python project](https://sourcery.ai/blog/python-best-practices/)