Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Store via sqlite #301

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open

Implement Store via sqlite #301

wants to merge 17 commits into from

Conversation

boxdot
Copy link
Collaborator

@boxdot boxdot commented Jan 28, 2025

Partially based on #287

Manually tested with gurk.

@boxdot boxdot requested a review from gferon March 12, 2025 10:53
@boxdot boxdot marked this pull request as ready for review March 12, 2025 10:53
Comment on lines +639 to +640
.map(|record| SenderKeyRecord::deserialize(&record))
.transpose()
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can make this actually more performant, but deserializing directly from the sqlite buffer.

@gferon gferon mentioned this pull request Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant