ecl-atomichron 0.0.0-0.5b3578b
Atomic metering library for Common Lisp
atomichron is a Common Lisp library which implements a time meter which tracks how many times a form is evaluated, and how long evaluation takes. It uses atomic instructions so that meters will present correct results in the presence of multiple threads, while trying to minimize synchronization latency.
- Outputs:
out - Website: https://github.com/no-defun-allowed/atomichron
- Licenses: FreeBSD
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ecl-atomichron 0.0.0-0.5b3578b as follows:
guix install ecl-atomichron@0.0.0-0.5b3578b
Or install the latest version:
guix install ecl-atomichron
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.