All Projects → xerial → jnuma

xerial / jnuma

Licence: Apache-2.0 license
A Java library for accessing NUMA (Non Uniform Memory Access) API

Programming Languages

c
50402 projects - #5 most used programming language
scala
5932 projects
java
68154 projects - #9 most used programming language
shell
77523 projects
C++
36643 projects - #6 most used programming language

jnuma

A Java library for accessing NUMA (Non Uniform Memory Access) API.

Usage

(Scala) Add depedency settings to your sbt project file (e.g., project/build.sbt) :

libraryDependencies += "org.xerial" % "jnuma" % "0.1.3"

(Java) Add maven dependency settings for using org.xerial, jnuma, 0.1.3

Using snapshot versions

Add a resolver setting to your project file:

resolvers += "Sonatype snapshot repo" at "https://oss.sonatype.org/content/repositories/snapshots/"

API

Call static methods defined in xerial.jnuma.Numa

limitation

Currenty jnuma supports 64-bit Linux only. For the other operating systems, standard memory allocation in JVM will be used.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].