Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevebleazard/ocaml-numa
OCAML Interface to Linux NUMA API
https://github.com/stevebleazard/ocaml-numa
Last synced: 26 days ago
JSON representation
OCAML Interface to Linux NUMA API
- Host: GitHub
- URL: https://github.com/stevebleazard/ocaml-numa
- Owner: stevebleazard
- License: mit
- Created: 2017-11-28T17:08:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-04T18:56:18.000Z (almost 7 years ago)
- Last Synced: 2024-08-03T19:09:33.312Z (4 months ago)
- Language: OCaml
- Size: 56.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-numa - ocaml-numa - OCAML bindings for libnuma (NUMA library bindings and interfaces)
README
OCAML Interface to Linux NUMA API
=================================This library provides an OCaml API to the Linux Non-Uniform Memory Access
library including:* Raw low level access to the C functions
* A high level API
* Async supportSee the NUMA(3) man page for more information