Using the sqlite recorder + having everything in pure Ruby is likely not going to work for a large codebase. We should: 1. try to optimize the pure Ruby codepaths as much as possible, and 2. move any bottlenecks into a native extension.
Using the sqlite recorder + having everything in pure Ruby is likely not going to work for a large codebase. We should: