#programming #operations #found #traits #concise #clear #branchless

linearity

Library providing various operations commonly found in branchless programming

2 stable releases

1.1.1 Aug 1, 2024
1.0.0 Jul 5, 2024

#441 in Rust patterns

Download history 107/week @ 2024-07-05 2/week @ 2024-07-12 122/week @ 2024-07-26 86/week @ 2024-08-02

208 downloads per month

AGPL-3.0

36KB
722 lines

Introduction

linearity is a constant-accelerated crate for various operations commonly found in branchless programming.

The primary trait is Linearity, it provides facilities for clear and concise branchless programming.

See the totality of the crate documentation for more information.

Usage

To use linearity in your project, add the following lines to your Cargo.toml file:

[dependencies]
linearity = "1"

Then, in your Rust code, you can import and use the crate as follows:

use linearity::Linearity;

For detailed usage examples and API documentation, please refer to the crate documentation.

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.

License

This crate is distributed under the terms of the AGPLV3 license. See LICENSE for more information.

Acknowledgements

We would like to thank all the contributors to the linearity crate for their valuable contributions and feedback.

Dependencies