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

Using an unrolled linked list to halve memory usage #58

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

fulmicoton
Copy link
Contributor

No description provided.

@@ -28,6 +29,56 @@ impl<'a> Record<'a> {
}
}

#[derive(Clone, Default, Debug, Ord, PartialOrd, Eq, PartialEq)]
pub struct FileNumber {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

(FileNumber was just moved)

@fulmicoton fulmicoton force-pushed the unrolled-linked-list branch 4 times, most recently from aff52fb to aecde8e Compare March 15, 2024 11:36
@fulmicoton fulmicoton force-pushed the unrolled-linked-list branch 8 times, most recently from d9c600a to b76107e Compare March 16, 2024 05:08
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