Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connorbp/speedy-math
A collection of fast math functions (distance, sin/cos, invsqr, etc) *and speed tests for each*
https://github.com/connorbp/speedy-math
Last synced: about 7 hours ago
JSON representation
A collection of fast math functions (distance, sin/cos, invsqr, etc) *and speed tests for each*
- Host: GitHub
- URL: https://github.com/connorbp/speedy-math
- Owner: ConnorBP
- Created: 2019-04-18T04:14:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T19:31:37.000Z (over 5 years ago)
- Last Synced: 2024-04-24T03:49:01.709Z (7 months ago)
- Language: Rust
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ฆ SPEEDYMATH ๐
![Road Runner](images/road-runner.svg)
>*A collection of various "fast" optimzed versions of math functions and speed tests of each*
---
## Details
[![Travis Build Status](https://travis-ci.com/ConnorBP/speedy-math.svg?token=oPv5RhN5awEXsvyyCgSk&branch=master)](https://travis-ci.com/ConnorBP/speedy-math)
[![codecov](https://codecov.io/gh/ConnorBP/speedy-math/branch/master/graph/badge.svg)](https://codecov.io/gh/ConnorBP/speedy-math)- Coded in `rust-lang`
- compiled on `rust stable 2018 edition`
- ~~re-usable as a math library~~ ***TODO***
- built in speed tests
- speed tests re-usable as library (see [benchme](https://crates.io/crates/benchme/0.1.0))## output example
The current console output looks like the following:
```py
omaewamou SHINDEIRUUUUUU! 999999999
NANI!?!?!?!?
Benchmark time: 31.653ยตs
OwO notices ๐
the yeet was yote.
weeeeeeee time: 3.12ยตs | args
```