期刊文献+
共找到1篇文章
< 1 >
每页显示 20 50 100
The design of JVM and native libraries in ScalaLab for efficient scientific computation
1
作者 Stergios Papadimitriou Lefteris Moussiades 《International Journal of Modeling, Simulation, and Scientific Computing》 EI 2018年第5期25-44,共20页
ScalaLab is a MATLAB-like environment for the Java Virtual Machine(JVM).ScalaLab is based on the Scala programming language.It utilizes an extensive set of Java and Scala scientific libraries and also has access to ma... ScalaLab is a MATLAB-like environment for the Java Virtual Machine(JVM).ScalaLab is based on the Scala programming language.It utilizes an extensive set of Java and Scala scientific libraries and also has access to many native C/C++scientific libraries by using mainly the Java Native Interface(JNI).The performance of the JVM platform is continuously improved at a fast pace.Today JVM can effectively support demanding high-performance computing and scales well on multicore platforms.However,sometimes optimized native C/C++code can yield even better performance,by exploiting low-level programming issues,such as optimization of caches and architecture-dependent instruction sets.The present work reports some of the experiences that we gained with experiments with both Just in Time(JIT)JVM code and native code.We compare some aspects of Scala and C++that concern the requirements of scientific computing and highlight some strong features of the Scala language that facilitate the implementation of scientific scripting.This paper describes how ScalaLab tries to combine the best features of the JVM with those of the C/C++technology,in order to implement an effective scientific computing environment. 展开更多
关键词 High performance computing Scala Java C++ jit compilation SCRIPTING BLAS.
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部