Skip to content

Commit

Permalink
Upload benchmark chart
Browse files Browse the repository at this point in the history
  • Loading branch information
shBLOCK committed Apr 5, 2024
1 parent a0e82ec commit 49f2c26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
[![Release](https://github.com/shBLOCK/GdMath/actions/workflows/release.yml/badge.svg)](https://github.com/shBLOCK/GdMath/actions/workflows/release.yml)

## Main features
- Pure Cython implementation (~30x speedup from pure python on average)
- Fast Pure Cython Implementation
- ~20x speedup from pure python(3.12) impl on average
- Based on custom code generation
- Spatial Math
- [Vector](https://github.com/shBLOCK/GdMath/wiki#vectors)
Expand All @@ -22,6 +23,9 @@

Please refer to the [wiki](https://github.com/shBLOCK/GdMath/wiki) for more details

## Benchmark
[![Benchmark Results](https://github.com/shBLOCK/GdMath/tree/master/benchmark/chart.png)](https://github.com/shBLOCK/GdMath/tree/master/benchmark/chart.png)

## Implementation details
- **Codegen!**
Custom code generation is used throughout this library.
Expand Down
Binary file added benchmark/chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 49f2c26

Please sign in to comment.