home › Forums › # Technical Support › Execution speed › Reply To: Execution speed
January 1, 2016 at 05:46
#2026
Keymaster
Oh, and I forgot to mention: a quick way to significantly improve performance would be to recompile fuzzylite with the definition -DFL_USE_FLOAT=ON
, as it will convert every scalar
value from double
to float
. I will measure its performance later.