GodsAperture / Qmath

The qmath library is a math library for C++ (and maybe C in the future if compatibility favors me). This library contains functions that are faster than the standard library (tested on Windows 10 with an Intel i7-7700).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qmath

After readjusting values in the speedtesting file, I have found that all std functions are 4 times faster than anything I have written, so for now I am unable to outdo these functions. I haven't given up though, I would like to see these software implementations at 2 times slower instead.

About

The qmath library is a math library for C++ (and maybe C in the future if compatibility favors me). This library contains functions that are faster than the standard library (tested on Windows 10 with an Intel i7-7700).

License:GNU General Public License v2.0


Languages

Language:C++ 100.0%