-
Notifications
You must be signed in to change notification settings - Fork 42
Closed
Labels
good first issueGood for newcomersGood for newcomersinterfaceNew feature or request to make the code more usable or compatibility with another codeNew feature or request to make the code more usable or compatibility with another codeperformanceNew feature or request to make the code fasterNew feature or request to make the code faster
Description
Just creating an Equilibrium object can be rather slow at high resolution (takes a few seconds, which feels slow for something that isn't really doing any serious math). @MothVine can you take a look and see if there are any obvious bottlenecks?
Example from our benchmarks:
DESC/tests/benchmarks/benchmark_cpu_small.py
Line 102 in 0627679
| def test_equilibrium_init_highres(benchmark): |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersinterfaceNew feature or request to make the code more usable or compatibility with another codeNew feature or request to make the code more usable or compatibility with another codeperformanceNew feature or request to make the code fasterNew feature or request to make the code faster