Open main menu

CDOT Wiki β

Changes

GPU621/Go Kimchi

627 bytes added, 12:13, 11 August 2021
Reference
There is a few possible reason that Go and Java shows difference performance despite using same calculating matrix multiplication algorithm. First, the code for Go and Java is not exactly matched. second, Java uses JVM(Java Virtual Machine) to calculate the algorithm which may take more time to implement.
 
=Reference=
https://golang.org/doc/faq#goroutines <br>
https://docs.oracle.com/javase/tutorial/essential/concurrency/highlevel.html<br>
http://www.oracle.com/technetwork/java/javase/overview/javahistory-index-198355.html<br>
https://golang.org/doc/faq#Origins<br>
https://www.youtube.com/watch?v=oV9rvDllKEg<br>
https://stackoverflow.com/questions/1050222/what-is-the-difference-between-concurrency-and-parallelism<br>
https://onlinenumbertools.com/random-number-matrix<br>
https://golang.org/dl/<br>
https://www.java.com/ko/download/manual.jsp<br>
https://docs.oracle.com/javase/tutorial/essential/concurrency/executors.html
58
edits