-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use trait objects to iter/build
Cursor
s
This is part 2 of a 2-part change to improve codegen size by moving some more pieces to dyn functions instead of generics. Doing this for `Cursor`s requires jumping through a few hoops, notably with the addition of the `CursorBuilder` struct, but also the addition of a new `'c` lifetime to all of the relevant types and functions in order to handle it properly.
- Loading branch information
Showing
4 changed files
with
240 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.