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

BetterC Arrays #18

Closed
MrcSnm opened this issue Mar 12, 2022 · 2 comments
Closed

BetterC Arrays #18

MrcSnm opened this issue Mar 12, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@MrcSnm
Copy link
Owner

MrcSnm commented Mar 12, 2022

BetterC Arrays could be used instead of plain D runtime arrays. This is great for increasing compatibility with more projects and requires almost no effort. Almost every HipremeEngine backend could be a ref counted array. As the syntax doesn't change much.

Performance could be compared. Although I really don't think that ref counting arrays should have much impact.

@MrcSnm MrcSnm added enhancement New feature or request good first issue Good for newcomers labels Mar 12, 2022
@MrcSnm MrcSnm self-assigned this Mar 12, 2022
@MrcSnm
Copy link
Owner Author

MrcSnm commented Mar 12, 2022

BetterC arrays is almost complete, it is missing the ref counting and actually changing the parts which uses plain arrays to the betterC arrays.

@MrcSnm
Copy link
Owner Author

MrcSnm commented Mar 14, 2022

BetterC arrays implemented. They try to simulate as close as possible the druntime arrays.

@MrcSnm MrcSnm closed this as completed Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant