jamoma / jamoma2

A header-only C++ library for building dynamic and reflexive systems with an emphasis on audio and media.
MIT License
30 stars 6 forks source link

Create benchmark code to compare performance agains Jamoma1 #24

Closed tap closed 9 years ago

tap commented 9 years ago

A few easy tests that can be timed and printed to the console:

tap commented 9 years ago

The first two tests above should be done for both static and dynamic calls.

tap commented 9 years ago

Also should check a couple of Parameters the use the new Dataspace functionality vs old versions that did the conversion internally.

tap commented 9 years ago

Initial work is complete. Additional issues and requests related to this (and the implementation) is all in the "JamomaBench" repository.