Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xerial/jnuma
A Java library for accessing NUMA (Non Uniform Memory Access) API
https://github.com/xerial/jnuma
Last synced: 2 months ago
JSON representation
A Java library for accessing NUMA (Non Uniform Memory Access) API
- Host: GitHub
- URL: https://github.com/xerial/jnuma
- Owner: xerial
- License: apache-2.0
- Created: 2012-11-22T10:02:47.000Z (about 12 years ago)
- Default Branch: develop
- Last Pushed: 2013-03-13T08:44:46.000Z (almost 12 years ago)
- Last Synced: 2024-08-03T19:09:32.810Z (5 months ago)
- Language: C
- Size: 336 KB
- Stars: 17
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-numa - jnuma - Java bindings for libnuma (NUMA library bindings and interfaces)
README
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](https://oss.sonatype.org/service/local/repositories/releases/archive/org/xerial/jnuma/0.1.3/jnuma-0.1.3-javadoc.jar/!/xerial/jnuma/Numa.html)
## limitation
Currenty jnuma supports 64-bit Linux only. For the other operating systems, standard memory allocation in JVM will be used.