Robert-Hughes / rjrssync

Fast rsync-like tool for incrementally copying files. Runs natively on both Windows and Linux and uses network for communication, to maximise speed when syncing between Windows and WSL filesystems.
MIT License
12 stars 1 forks source link

Make profiling faster #7

Closed jslater8 closed 1 year ago

jslater8 commented 1 year ago

Each thread was copying it's entries to the global profiling data. Use a Vec of Vecs to reduce copying. This also simplies the logic for the thread names.