Skip to content
Snippets Groups Projects
Commit c8f201ab2eb9 authored by Pierre Augier's avatar Pierre Augier
Browse files

Again

parent 180d8bf8f527
No related branches found
No related tags found
No related merge requests found
......@@ -79,8 +79,8 @@
relatively slow which explains Zwart's results. However, it is important to
realize that this inefficiency of the interpreter has a weak effect on the
overall performance of most programs. Total elapsed time and energy consumption
are often dominated by computations done in optimized libraries. The Numpy
domain-specific language \cite{harris2020array} was designed to described
are often dominated by computations done in optimized libraries. For numerics,
the Numpy domain-specific language \cite{harris2020array} is used to described
algorithms with high-level code to avoid too frequent interactions with the
interpreter.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment