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

add benchmark for CCVector and Dynarray #474

Open
illusory0x0 opened this issue Jan 30, 2025 · 1 comment
Open

add benchmark for CCVector and Dynarray #474

illusory0x0 opened this issue Jan 30, 2025 · 1 comment

Comments

@illusory0x0
Copy link

Since OCaml 5.2, base package add Dynarray, I think it's necessary to benchmark them.

Dynarray provides arrays whose length can change over time, by adding or removing elements at the end of the array.

base Dynarray

@c-cube
Copy link
Owner

c-cube commented Jan 30, 2025

Yes, that's' a good idea.

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

No branches or pull requests

2 participants