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

https://github.com/jeroanan/nproc

Wrapper for gnulib's nproc module
https://github.com/jeroanan/nproc

gnulib racket

Last synced: 4 months ago
JSON representation

Wrapper for gnulib's nproc module

Awesome Lists containing this project

README

          

# nproc

Provides a very simple wrapper to num_processors in gnulib's nproc module.

## Usage

> (require nproc)
> (get-number-of-processors)
4

.. That's it. At the moment it just gives the number of processing units in your system