Skip to content

Files

Latest commit

8a1c788 · Nov 9, 2023

History

History
This branch is 149 commits behind nvzqz/divan:main.

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 9, 2023
Nov 9, 2023
Sep 6, 2023

Divan Examples

Practical example benchmarks can be found in the examples/benches directory. These can be benchmarked locally by running:

git clone https://github.com/nvzqz/divan.git
cd divan

cargo bench -q -p examples --all-features

More thorough usage examples can be found in the #[divan::bench] documentation.