swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf
Revision 34c331d209c63d3835dfe8a26799eb95769ab326 authored by Manuel Tobias Schiller on 01 August 2016, 11:21:37 UTC, committed by Manuel Tobias Schiller on 04 August 2016, 15:56:55 UTC
This patch introduces a cache for index codes into RooMappedCategory.
The previous implementation had to do a regex match on the different
category labels, leading to slow evaluation. We now keep a cache indexed
by the input category's index code, leading to a significant speedup.

The persistent data format of the class remains unchanged, therefore the
class version number was not changed.

Backports to the various ROOT 6 and ROOT 5 bugfix branches may be in
order.
1 parent 57a5402
History
Tip revision: 6c9118fb23c981c28a53dc215c68f2be00c04e3e authored by Jonas Rembser on 12 April 2024, 19:22:15 UTC
[RF] Enable `roofit_multiprocess` on the CI
Tip revision: 6c9118f

README.md

back to top