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

Core db simplify new api storage modes #2075

Merged
merged 8 commits into from
Mar 14, 2024

Conversation

mjfh
Copy link
Contributor

@mjfh mjfh commented Mar 14, 2024

No description provided.

why:
  Backend object is subject to an inheritance cascade which was not
  taken care of, before. Only the base object was duplicated.
why:
  This currently causes some memory corruption persumably in the
  `libc` background layer.
why:
  Simplified storage models (was over engineered) for better performance
  and code maintenance.
why:
  Only single database state needed here. Accessing a similar state will
  be implemented from outside this module using a context layer. This
  gives better performance and improves code maintenance.
why:
  CI would ot go through. Was accidentally turned on.
@mjfh mjfh merged commit 0d73637 into master Mar 14, 2024
25 checks passed
@mjfh mjfh deleted the Core-db-simplify-new-api-storage-modes branch March 14, 2024 22:17
@mjfh mjfh restored the Core-db-simplify-new-api-storage-modes branch March 15, 2024 10:55
@mjfh mjfh deleted the Core-db-simplify-new-api-storage-modes branch March 15, 2024 10:59
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