Showing posts with label JVM. Show all posts
Showing posts with label JVM. Show all posts

Monday, April 9, 2012

Cassovary - Big Graph-Processing Library

Twitter open sourced Cassovary, it's a big graph-processing library for the Java Virtual Machine (JVM) written in Scala.


As per twitter blog,It's used twitter's graph-based features such as "Who to Follow" and "Similar to",etc.


If you have any queries, raise it on mailing list or issues on GitHub.

Thursday, March 22, 2012

RR's Random Ramblings: Java Tuning in a Nutshell - Part 1

Looks interesting....

RR's Random Ramblings: Java Tuning in a Nutshell - Part 1: While delivering a training recently, I got a request to put together a JVM tuning cheat sheet. Given the 50+ parameters available on the ...

Wednesday, February 15, 2012

Project Kotlin


"Project Kotlin" is a codename for a statically typed programming language compiled to JVM byte code and JavaScript. it's distributed under Apache 2 Open Source License.
Have a look Kotlin Web Demo and  Docs for more information