Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lemonrock/libnuma
A low-level rust binding for libnuma, allowing rust access to NUMA functionality on Linux supercomputers
https://github.com/lemonrock/libnuma
numa rust rust-bindings
Last synced: about 1 month ago
JSON representation
A low-level rust binding for libnuma, allowing rust access to NUMA functionality on Linux supercomputers
- Host: GitHub
- URL: https://github.com/lemonrock/libnuma
- Owner: lemonrock
- License: other
- Created: 2016-05-25T12:09:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T17:06:37.000Z (almost 7 years ago)
- Last Synced: 2024-11-12T18:16:49.878Z (about 2 months ago)
- Topics: numa, rust, rust-bindings
- Language: Rust
- Homepage:
- Size: 74.2 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libnuma
[libnuma] is a pair of Rust crates that provides a simple C wrapping around the Linux library [libnuma]( http://oss.sgi.com/projects/libnuma). `libnuma-sys` provides a low-level binding and `libnuma` provides a mid-level binding.
## Licensing
The license for this project is MIT.
[libnuma]: https://github.com/lemonrock/libnuma "libnuma GitHub page"