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

How to manage with just Unmanaged (data structures) #1181

Open
IntegratedQuantum opened this issue Mar 8, 2025 · 0 comments
Open

How to manage with just Unmanaged (data structures) #1181

IntegratedQuantum opened this issue Mar 8, 2025 · 0 comments
Labels
refactor shuffle a lot of code around

Comments

@IntegratedQuantum
Copy link
Member

In zig-0.14.0 the managed variants of all data structures have been deprecated and will be removed in 0.15.0
We should investigate the following:

  • Can convert all usages of HashMaps to their unmanaged variant without much trouble?
  • Should we apply the same to our internal data structures? (Mainly the utils.List)

This should be done soon, as it could block migration to Zig master as soon as the x86 backend and with it incremental compilation work.

extracted from #1160

@IntegratedQuantum IntegratedQuantum added the refactor shuffle a lot of code around label Mar 8, 2025
@IntegratedQuantum IntegratedQuantum added this to the Short-Term Goals milestone Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor shuffle a lot of code around
Projects
None yet
Development

No branches or pull requests

1 participant