Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbuckmccready/static_aabb2d_index_bench
Benchmarks for the static_aabb2d_index library
https://github.com/jbuckmccready/static_aabb2d_index_bench
Last synced: 26 days ago
JSON representation
Benchmarks for the static_aabb2d_index library
- Host: GitHub
- URL: https://github.com/jbuckmccready/static_aabb2d_index_bench
- Owner: jbuckmccready
- License: apache-2.0
- Created: 2023-09-09T22:37:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-09T22:39:06.000Z (over 1 year ago)
- Last Synced: 2024-10-15T13:59:16.820Z (2 months ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# StaticAABB2DIndex Benchmarks
## Summary
Repository for running benchmarks for the
[static_aabb2d_index](https://github.com/jbuckmccready/static_aabb2d_index) library. This is a
separate repository to avoid bloat, additional compile time, and general issues with depending on
`criterion` in the library repository.## Quick Links
[Library Repo](https://github.com/jbuckmccready/static_aabb2d_index)
[Library Crate](https://crates.io/crates/static_aabb2d_index)
[Library Documentation](https://docs.rs/static_aabb2d_index/latest/static_aabb2d_index/)