|
Back
Midas
Rome
Roody
Rootana
|
Midas DAQ System |
Not logged in |
|
|
05 Sep 2024, Jack Carlton, Forum, Python frontend rate limitations?
|
05 Sep 2024, Ben Smith, Forum, Python frontend rate limitations?
|
05 Sep 2024, Stefan Ritt, Forum, Python frontend rate limitations?
|
06 Sep 2024, Jack Carlton, Forum, Python frontend rate limitations?
|
11 Sep 2024, Konstantin Olchanski, Forum, Python frontend rate limitations?
|
27 Sep 2024, Ben Smith, Forum, Python frontend rate limitations?
|
11 Sep 2024, Konstantin Olchanski, Forum, Python frontend rate limitations?
|
11 Sep 2024, Konstantin Olchanski, Forum, Python frontend rate limitations?
|
|
Message ID: 2833
Entry time: 11 Sep 2024
In reply to: 2831
|
Author: |
Konstantin Olchanski |
Topic: |
Forum |
Subject: |
Python frontend rate limitations? |
|
|
> > I'm trying to get a sense of the rate limitations of a python frontend.
forgot one more:
c++ toolchain comes with extensive profiler tools aimed to answer the question "why is my
program so slow, where is it spending all the time?". some of these tools go all the way to
the hardware level and report CPU cache misses, TLB flushes, context switches and any other
hardware events that interrupt or slow down computations. programmer than uses this
information to restructure the code to avoid the worst slow downs (i.e. avoid branch mis-
predictions, avoid cache misses, etc).
I doubt the python toolchain will ever profiler tools as good.
K.O. |