没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > korus |
korus
|
1 | 0 | 107 |
贡献者 | 讨论 | 代码提交 |
What is KorusKorus is a very simple yet powerful parallel and distributed programming framework. It aims to improve the performance and scalability of Java applications.
Why you should try Korus?1. Futuristic approach: Make your programs ready for the next generation multi-core hardware.
2. Inherent Concurrency: No need to understand thread-programming to use Korus. Korus provides thread-less concurrency by way of code-context-switching.
3. Actor Pattern: Korus is based on Actor Design Pattern (characterized by inherent concurrency of computation within). One of first “pure” actor pattern frameworks in Java.
4. Non Blocking concurrency, No thread synchronization, No Deadlock and Starvation
5. Very Simple: Korus is very simple to use, very simple to deploy (one single jar file), and very simple to understand. Try it out yourself here.
Getting StartedGetting started with Korus is as fast as Korus itself.
Download Sample.zip from here. Execute the file run.bat or run.sh depending on your OS
You can download the Korus from the download section. It consists of sample programs, Java docs and korus.jar file.
The best way to start is by having a look at the Getting started page. If you want to have a very quick feel go to the Getting Started Quickly section in guide. It will take only 5 minutes to run the sample program if you have a JDK environment.
Complete Guide to KorusIf you want to have a detailed understanding of Korus, please visit the Complete Details section.
About UsWe are Impetus Labs or iLabs as we call it. iLabs is a R&D consulting division of Impetus Technologies (http://www.impetus.com). iLabs focuses on innovations with next generation technologies and creates practice areas and new products around them. iLabs is actively involved working on High Performance computing technologies, ranging from distributed/parallel computing, GPU based software, Hadoop and related technologies. iLabs is also working on various other Open Source initiatives.