Coder Social home page Coder Social logo

go routines and channels about n3dr HOT 5 CLOSED

030 avatar 030 commented on May 29, 2024
go routines and channels

from n3dr.

Comments (5)

stale avatar stale commented on May 29, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from n3dr.

030 avatar 030 commented on May 29, 2024

https://blog.golang.org/pipelines

Parallel digestion

from n3dr.

030 avatar 030 commented on May 29, 2024

waitgroup vs. channel

from n3dr.

030 avatar 030 commented on May 29, 2024

Difference

without

INFO[0000] n3drHomeDir: '/home/ben/snap/n3dr/23/.n3dr'  
INFO[0000] Using config file: '/home/ben/snap/n3dr/23/.n3dr/config.yml' 
INFO[0000] n3drUser empty. Reading if from '/home/ben/snap/n3dr/23/.n3dr/config.yml' 
INFO[0000] n3drPass empty. Reading if from '/home/ben/snap/n3dr/23/.n3dr/config.yml' 
INFO[0000] n3drURL empty. Reading if from '/home/ben/snap/n3dr/23/.n3dr/config.yml' 
INFO[0000] Temp download dir name: '/tmp/n3dr/download413730042' 
INFO[0019] Assembling downloadURLs '3rdparty-maven'     
 138 / 138 [=========================================================================================================================================================================] 100.00% 18s
Done
INFO[0037] Backing up artifacts '3rdparty-maven'        
 1373 / 1373 [======================================================================================================================================================================] 100.00% 2m3s
Done
INFO[0161] Assembling downloadURLs '3rdparty-maven-gradle-plugins' 
 2 / 2 [==============================================================================================================================================================================] 100.00% 0s
Done
INFO[0161] Backing up artifacts '3rdparty-maven-gradle-plugins' 
 14 / 14 [============================================================================================================================================================================] 100.00% 1s
Done
INFO[0165] Assembling downloadURLs 'releases'           
 21 / 21 [============================================================================================================================================================================] 100.00% 2s
Done
INFO[0168] Backing up artifacts 'releases'              
 203 / 203 [=========================================================================================================================================================================] 100.00% 12s
Done
INFO[0199] Assembling downloadURLs 'snapshots'          
 134 / 134 [=========================================================================================================================================================================] 100.00% 19s
Done
INFO[0218] Backing up artifacts 'snapshots'             
 1333 / 1333 [=====================================================================================================================================================================] 100.00% 1m22s
Done
WARN[0301] Trying to create a zip file in: '/home/ben/dev/github.com/030/n3dr'. Note that this could result in a 'permission denied' issue if N3DR has been installed using snap and is run in a different directory than your own home folder. 
INFO[0301] Zipfile: 'n3dr-backup-08-08-2020T21-28-09.zip' created in '/home/ben/dev/github.com/030/n3dr' 

real    5m1,589s
user    0m31,534s
sys     0m19,819s

channels

INFO[0000] n3drHomeDir: '/home/ben/.n3dr'               
INFO[0000] Using config file: '/home/ben/.n3dr/config.yml' 
INFO[0000] n3drUser empty. Reading if from '/home/ben/.n3dr/config.yml' 
INFO[0000] n3drPass empty. Reading if from '/home/ben/.n3dr/config.yml' 
INFO[0000] n3drURL empty. Reading if from '/home/ben/.n3dr/config.yml' 
INFO[0000] Temp download dir name: '/tmp/n3dr/download597737068' 
Backup:  snapshots
Backup:  3rdparty-maven-gradle-plugins
Backup:  3rdparty-maven
Backup:  releases
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++WARN[0071] Trying to create a zip file in: '/home/ben/dev/github.com/030/n3dr'. Note that this could result in a 'permission denied' issue if N3DR has been installed using snap and is run in a different directory than your own home folder. 
INFO[0071] Zipfile: 'n3dr-backup-08-08-2020T21-22-24.zip' created in '/home/ben/dev/github.com/030/n3dr' 

real    1m13,037s
user    0m24,112s
sys     0m10,107s

~5 vs. 1min

from n3dr.

030 avatar 030 commented on May 29, 2024

5.2.0

from n3dr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.