Skip to content

A Common Lisp feature to get number of CPUs on Linux/Mac/Windows

License

Notifications You must be signed in to change notification settings

muyinliu/cl-cpus

Repository files navigation

cl-cpus

cl-cpus is a Common Lisp feature to get number of CPUs.

License

Copyright (c) 2017 Muyinliu Xing Released under the ISC License.

Note: the Linux part of code comes from Edmound Weitz's book Common Lisp Recipes.

Compatibility

Common Lisp Linux Mac Unix Windows
SBCL Yes Yes Yes
CCL Yes Yes Yes

Note: I don't have Unix system so haven't test on Unix yet.

Install and load with QuickLisp

In shell:

git clone https://github.com/muyinliu/cl-cpus.git
cp -r cl-cpus ~/quicklisp/local-projects/

In Common Lisp:

(ql:quickload 'cl-cpus)

Usage

(cpus:get-number-of-processors)

will get number of CPUs:

8

About

A Common Lisp feature to get number of CPUs on Linux/Mac/Windows

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published