Closed dahlend closed 1 day ago
This is a fundamental rewrite of how rust backend handles frame of references.
There is no longer an Enum which defines possible frames, frame information is now embedded in the type information. This helps with a few things:
Current testing shows a general slight speed improvements, I would imaging primarily coming from making everything infallible.
I want to revisit this at a later time, this is a really nice structural change, but a large one.
This is a fundamental rewrite of how rust backend handles frame of references.
There is no longer an Enum which defines possible frames, frame information is now embedded in the type information. This helps with a few things:
Current testing shows a general slight speed improvements, I would imaging primarily coming from making everything infallible.