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

More collection functions #439

Merged
merged 8 commits into from
Sep 8, 2019
Merged

Conversation

chrisrink10
Copy link
Member

@chrisrink10 chrisrink10 commented Sep 6, 2019

Fixes #415

For now, lists will not be counted. The underlying implementation does not include a count in each node and it would be fairly difficult to bolt a count onto a list. In my opinion, if you need a constant time length calculation for a sequence, you should probably be using a vector anyway.

@chrisrink10 chrisrink10 marked this pull request as ready for review September 8, 2019 20:46
@chrisrink10 chrisrink10 merged commit e7b40eb into master Sep 8, 2019
@chrisrink10 chrisrink10 deleted the feature/more-collection-fns branch September 8, 2019 21:01
@ikappaki ikappaki mentioned this pull request Feb 18, 2024
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

Successfully merging this pull request may close these issues.

Additional collection functions
1 participant