Skip to content

Use Storable vectors for memory #737

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Use Storable vectors for memory #737

wants to merge 1 commit into from

Conversation

elopez
Copy link
Collaborator

@elopez elopez commented May 9, 2025

Description

This removes the Unboxed usage and replaces it with Storable, which allows for neat tricks such as vectorToByteString

Checklist

  • tested locally
  • added automated tests
  • updated the docs
  • updated the changelog

This removes the `Unboxed` usage and replaces it with `Storable`,
which allows for neat tricks such as `vectorToByteString`
@gustavo-grieco
Copy link
Contributor

I think @arcz did a lot of experiments on the memory handling some years ago, I'm wondering if he already tried (and discard) this approach.

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