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

containers.pvec #448

Merged
merged 20 commits into from
Jan 16, 2024
Merged

containers.pvec #448

merged 20 commits into from
Jan 16, 2024

Conversation

c-cube
Copy link
Owner

@c-cube c-cube commented Jan 6, 2024

persistent vectors based on clojure's, in a new containers.pvec sub-library

@c-cube c-cube marked this pull request as ready for review January 8, 2024 15:42
@c-cube
Copy link
Owner Author

c-cube commented Jan 12, 2024

TODO:

  • optimize append and append_iter` so they operate by chunk of 16 items
  • add fast equal
  • add fast of_list (like the previous ones, chunk)

@c-cube
Copy link
Owner Author

c-cube commented Jan 16, 2024

I don't have time for a fast append right now, merging.

@c-cube c-cube merged commit 69cd3ca into main Jan 16, 2024
8 checks passed
@c-cube c-cube deleted the wip-pvec branch January 16, 2024 19:26
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.

1 participant