Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"