Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Feat/checksums once_cell #179

Merged
merged 4 commits into from
Mar 30, 2024
Merged

Feat/checksums once_cell #179

merged 4 commits into from
Mar 30, 2024

Conversation

neithanmo
Copy link
Collaborator

This moves the checksums to a global, The reason is that it is not going to change during program execution and is loaded during program start, this condition makes it a good fit for wrapping into a Once Cell that gets lazily initialized.

@neithanmo neithanmo requested a review from rllola March 29, 2024 22:12
@rllola
Copy link
Contributor

rllola commented Mar 30, 2024

Nice work! Merging this now

@rllola rllola merged commit 7a458e4 into main Mar 30, 2024
6 of 7 checks passed
@rllola rllola deleted the feat/checksums branch March 30, 2024 18:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants