Revision 183f3fe9a10bdeb05eba42cf31db31e546cad27a authored by Vassil Vassilev on 08 January 2024, 10:21:54 UTC, committed by Vincenzo Eduardo Padulano on 17 January 2024, 12:13:52 UTC
Symbol lookup is a quite expensive operation and might result in JIT
compilation and library loading.

Co-authored-by: Jonas Hahnfeld <jonas.hahnfeld@cern.ch>
1 parent 6a854cb
Raw File
.typos.toml
[default.extend-identifiers]
BaBar = "BaBar"
exportJSONtoString = "exportJSONtoString" # Maybe it's worth to rename this function to consistent camelCase
fChannelObservMap = "fChannelObservMap"
fG2ndDerivative = "fG2ndDerivative"

[default.extend-words]
Gaus = "Gaus"
Maline = "Maline"
ND = "ND"
NED = "NED"
SEH = "SEH"
SLAC = "SLAC"
Strat = "Strat"
UE = "UE"
ba = "ba"
gaus = "gaus"
inout = "inout"
ist = "ist"
back to top