This package browser is in early development. Mind the rough edges.

cl-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.

Installation

Install cl-atomichron 0.0.0-0.5b3578b as follows:

guix install cl-atomichron@0.0.0-0.5b3578b

Or install the latest version:

guix install cl-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.