Add TODO questions
This commit is contained in:
7
TODO
7
TODO
@@ -193,3 +193,10 @@ https://www.youtube.com/watch?v=S4FnmSeRpAY
|
||||
|
||||
Distributed Locks
|
||||
https://www.youtube.com/watch?v=v7x75aN9liM
|
||||
|
||||
|
||||
Interesting questions:
|
||||
|
||||
What is the maximum number of TCP connections one machine/container/application can hold?
|
||||
What is the limitation on goroutines?
|
||||
How goroutines work on multicore?
|
||||
|
||||
@@ -31,7 +31,7 @@ graph TD
|
||||
DS --> Semaphore
|
||||
DS --> Graph[Graph]
|
||||
DS --> T3[Tree]
|
||||
DS --> HS[HashMap/Table]
|
||||
DS --> HS[HashMap/HashTable]
|
||||
|
||||
SW --> DB[Databases]
|
||||
DB --> DBT[Theory]
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 309 KiB After Width: | Height: | Size: 308 KiB |
Reference in New Issue
Block a user