Check which Scheme function or macro is called the most times during the unit test run. Optimizing the most used functions or macros can make a difference in speed. - [ ] Find or create a new tool for profiling - [ ] Run profiling on Scheme code - [ ] Run profiling on JavaScript code
Check which Scheme function or macro is called the most times during the unit test run.
Optimizing the most used functions or macros can make a difference in speed.