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

Does the heap-allocated nature of the recursive structure slow it down? #32

Open
sezna opened this issue Jan 23, 2020 · 2 comments
Open
Labels

Comments

@sezna
Copy link
Owner

sezna commented Jan 23, 2020

Some research and benchmarking is needed here. The nodes are defined as an Option<Box> which may or may not have perf impacts.

@sezna sezna added the research label Jan 23, 2020
@Ameobea
Copy link
Collaborator

Ameobea commented Jan 23, 2020 via email

@sezna
Copy link
Owner Author

sezna commented Jan 23, 2020

Thanks @Ameobea. This looks very promising, as I do indeed allocate a lot of memory for just one data type. Can't wait to benchmark this :)

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

No branches or pull requests

2 participants