Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.36 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.36 KB

concurrent-n-parallel

#TL;DR ####Screen casts

Python 3 Benchmark

Go Benchmark

JRE 1.7 Benchmark

###Introduction

####Context

In the era of Internet, businesses which rely on software would love the following:

  • Scale quick
  • Reduce cost of Infrastructure
  • Maintainable code

####Why Concurrent n Parallel

Languages are in plenty. Choosing one to do the above is a challenge.

There is code in here which expresses the concurrency and parallelism constructs of various languages.

There is also some analysis done on the code and comparisons are made to find which is better

####Benchmarking

Python 3.4 coroutines vs Golang 1.2.2