|
From: CHARUWAT H. <swa...@gm...> - 2014-02-15 09:57:38
|
Hello All, We are pleased to announce the release of ScaleGraph 2.2. ScaleGraph is a graph library for large-scale graph processing on top of the state-of-the-art X10 programming language . The new major features are as follows: Make script for building ScaleGraph linkable library (X10library). Explicitly managed memory - for a large memory allocation request, MemoryChunk will allocate the memory outside the GC heap, because BDWGC is not good at managing large memory regions. This feature reduces the memory consumption dramatically. Optimised HyperANF implementation - HyperANF implementation has been improved to support large graph Fast compilation - the compiler is now able to compile C++ source files in parallel. For more information, please refer to our official web site at scalegraph.org. The source code repository is hosted at github: https://github.com/scalegraph/. If you have any comments, bug reports or feature requests, please do not hesitate to post them to ScaleGraph mailing list. Regards, Charuwat Houngkaew Master's Student Dept. of Computer Science Tokyo Institute of Technology |