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

Suggestion: add support for SOAs (std.MultiArrayList, std.ArrayHashMap, etc.) #6

Open
DanikVitek opened this issue May 13, 2024 · 1 comment

Comments

@DanikVitek
Copy link

There is currently an automatic support for std.ArrayList as it contains a slice within itself, so it gets displayed as needed, but for some
"structures of arrays" like std.MultiArrayList this is not the case, so I would suggest to either hardcode or add an option to enable display of SOAs.
Other SOA-based type is std.ArrayHashMap.
image

@timfayz
Copy link
Owner

timfayz commented May 14, 2024

Could you kindly provide a minimal example that shows "here is what we get" and "here is what I want to see instead"? That would be helpful. However, I'll come back to this issue after I resolve #4 first.

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

No branches or pull requests

2 participants