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

Benchmark Axom Array vs C++ array and std::vector #287

Open
bmhan12 opened this issue Jul 7, 2020 · 2 comments
Open

Benchmark Axom Array vs C++ array and std::vector #287

bmhan12 opened this issue Jul 7, 2020 · 2 comments
Assignees
Labels
Core Issues related to Axom's 'core' component help wanted Extra attention is needed Performance Issues related to code performance

Comments

@bmhan12
Copy link
Contributor

bmhan12 commented Jul 7, 2020

We should see how axom::Array performs relative to std::vector and C++ arrays, and optimize where we can.

@bmhan12 bmhan12 added the Core Issues related to Axom's 'core' component label Jul 7, 2020
@bmhan12 bmhan12 self-assigned this Jul 7, 2020
@rhornung67
Copy link
Member

Randy did some similar exploration several years ago and generated a lot of interesting data with multiple compilers. That may be insightful for this issue.

@rhornung67 rhornung67 added this to the FY22 Development milestone Oct 12, 2021
@kennyweiss kennyweiss added help wanted Extra attention is needed Performance Issues related to code performance labels Sep 3, 2022
@rhornung67 rhornung67 removed this from the FY22 Development milestone Feb 6, 2023
@bmhan12
Copy link
Contributor Author

bmhan12 commented Sep 23, 2024

Difference in emplace_back() performance observed in discussion here between axom:Array and std::vector: #1419 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core Issues related to Axom's 'core' component help wanted Extra attention is needed Performance Issues related to code performance
Projects
None yet
Development

No branches or pull requests

3 participants