Difference between revisions of "GPU621/Go Kimchi"

From CDOT Wiki
Jump to: navigation, search
(What's Java?)
(What's Java?)
Line 32: Line 32:
  
  
=== What's Java? ===
+
=== What's Java language? ===
 
----
 
----
 
[[File:what-is-java-5b4bda1cc9e77c0037171617.jpg|400px|left]]
 
[[File:what-is-java-5b4bda1cc9e77c0037171617.jpg|400px|left]]

Revision as of 02:26, 3 August 2021


GPU621/DPS921 | Participants | Groups and Projects | Resources | Glossary

Project Name

Parallel Programming in Go & Java

Group Members

Yuseok Won Minsu Kim

Project Description

This project will look at the performance difference between /Go/Java using a classic matrix multiplication algorithm. It will present how to do parallel program in each language and show the different syntax codes that's using the similar algorithm. We will gather the results of running the code and show the graphical result to clearly show to performance difference between the two programming language. It will also briefly cover the history of each language, key term of parallel programming, look at the fundamental difference between two languages to see what may have caused the performance difference.

Progress

What's GO Language?


Golang.png
Go Language is a open source programming language that is designed at Google by Robert Griesemer, Ken Thompson, and Rob Pike.

Go lang is a Fast and Pretty language. Go language is a compiler language which makes its execution fast. Go is faster than Python & JavaScript. In some cases, Go may be faster than Java or as fast as Java.
Go also has a relatively easy syntax which makes it easy to learn and fast to develop.
Is Go Popular?
GO is used by Google, Youtube, Google Download Server, Uber replaced Node.JS to Go, Twitch's trance-coding process Go & C++.




What's Java language?


What-is-java-5b4bda1cc9e77c0037171617.jpg