Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.
This repository was archived by the owner on Oct 30, 2025. It is now read-only.

xroot: improve performances #920

Description

@sbinet

this is possibly related to #399.

consider:

$> time root-dump root://ccxrootdgotest.in2p3.fr:9001/tmp/rootio/testdata/SMHiggsToZZTo4L.root > /dev/null

real	1m8.557s
user	0m14.863s
sys	0m3.562s

running over the same file but with http[s]:// (which, currently, downloads the whole file and then serves it locally):

$> time root-dump https://cern.ch/binet/big-file.root > /dev/null

real	0m5.454s
user	0m6.156s
sys	0m0.228s

a factor 10x is left on the floor.
(ok, not the same machine, on different networks, etc... but still)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions