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

Improve Test harness for the Heap implementation #8

Open
scallyw4g opened this issue Jun 3, 2023 · 0 comments
Open

Improve Test harness for the Heap implementation #8

scallyw4g opened this issue Jun 3, 2023 · 0 comments

Comments

@scallyw4g
Copy link
Owner

Nearly everything in Bonsai is allocated on an Arena, for which there is a pretty fancy (and bulletproof) implementation. That said, I've started to want a heap in a few places. #7

The task at hand is to improve the test harness for the Heap implementation such that we're relatively confidant it's not buggy (or at least doesn't have any glaringly obvious bugs), so we can start using it in a select few cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant