Skip to content

wagnerf42/rayon-logs

Repository files navigation

rayon-logs

Presentation

rayon-logs is a logging extension for the rayon library.

The library is available on crates.io.

Logs are performance oriented and should hopefully enable users to enhance applications performances.

It can generated animate svg traces of the dag of executed tasks.

Github seems to filter out animated svgs so feel free to navigate my web page for some eye. candy.

Use

It is intended to be imported INSTEAD of rayon and you should not call rayon functions directly nor import its crate.

Logging of iterators is only partially supported.

See docs.rs for more info.

Contact us

We would be very interested if your parallel applications have performance issues. Do not hesitate to contact us for adding functions and or discussion.

About

logging library for rayon

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages