vacp2p / wakurtosis

4 stars 3 forks source link

Gennet: optimise away `docker cp` #105

Open 0xFugue opened 1 year ago

0xFugue commented 1 year ago

Gennet currently copies the generated network from the container to host via a docker cp to avoid uid/gid issues in the host. Modify gennet so that this extra copy can be done away with and network is directly written to the host via the --volume mount . This should improve the performance for very large networks.