Skip to content

Add memo table interface and in-memory implementation #106

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

Closed
wants to merge 3 commits into from

Conversation

connortsui20
Copy link
Member

Summary of changes

This PR puts the memo table from #104 into the main branch (copied and pasted).

@connortsui20 connortsui20 requested a review from AlSchlo May 13, 2025 18:54
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 87.92536% with 110 lines in your changes missing coverage. Please review.

Project coverage is 88.5%. Comparing base (29796e9) to head (ee81405).

Files with missing lines Patch % Lines
optd/src/memo/memory/implementation.rs 90.9% 41 Missing ⚠️
optd/src/memo/memory/materialize.rs 57.3% 32 Missing ⚠️
optd/src/memo/memory/helpers.rs 88.0% 26 Missing ⚠️
optd/src/memo/memory/representative.rs 50.0% 9 Missing ⚠️
optd/src/memo/memory/union_find.rs 98.6% 2 Missing ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
optd/src/memo/memory/union_find.rs 98.6% <98.6%> (ø)
optd/src/memo/memory/representative.rs 50.0% <50.0%> (ø)
optd/src/memo/memory/helpers.rs 88.0% <88.0%> (ø)
optd/src/memo/memory/materialize.rs 57.3% <57.3%> (ø)
optd/src/memo/memory/implementation.rs 90.9% <90.9%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Base automatically changed from connor/reorg to main May 13, 2025 22:10
@connortsui20
Copy link
Member Author

Close in favor of #101

@connortsui20 connortsui20 deleted the connor/new-memo branch May 13, 2025 22:37
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.

2 participants