Skip to content

Commit b98dbc2

Browse files
committed
add README.md
1 parent dd55bc5 commit b98dbc2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# collections for Proof of concept (PoC)
2+
3+
With these POCs, I try to illustrate some ridiculous concepts introduced by some experts of IT industry.
4+
5+
## asyncdotnet
6+
7+
Illustrate how to adopt c# async/await Task-based Asynchronous Pattern for asynchronous network programming. you will see a natural & straightforward way with multi thread enhancement.
8+
9+
Therefore my question is what is the unique benefit by introducing Golang?
10+
11+
## mcsp-service
12+
13+
Illustrate how to adopt multiple consumer single producer pattern to handle resource competition under multi-thread environment, it's a natural & straightforward way to handle multi-thread competition with traditional PL like c#/Java under multi-cores machines.
14+
15+
Therefore my question is do we really need to abandon Java/c# to embrace complicated Functional Programming Language like Erlang?

0 commit comments

Comments
 (0)