mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 12:04:21 +01:00
this PR improves 3-6% for `prepare` benchmark without slowing down others. After this PR we don't have to store `InsnFunction` in `Program` and `ProgramBuilder` anymore, because `to_function` will return result without matching. Reviewed-by: Preston Thorpe <preston@turso.tech> Closes #3098