Hi!
I was wondering, what ways are there to measure the performance of an FRP system like Sodium?
What kind of tests can one pursue to get results which then can be compared?
To give a bit of more context, I need this for my BSc final project. I created a small FRP system very similar to Sodium, which I compile to JavaScript and use it on the web.
I was thinking of comparing the speed of initializing an application written using my framework compared to using the observer pattern. Or comparing how much memory my FRP vs observer pattern is using.
Also, I have two applications that I wrote in my framework. One is a simple todo app, and the other is the Game Of Life simulation. Maybe I can measure the performance of these somehow?
Any idea helps,
Thanks