Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize raw file copy action to coalesce into few copies. #454

Open
grafikrobot opened this issue Jun 26, 2019 · 2 comments
Open

Optimize raw file copy action to coalesce into few copies. #454

grafikrobot opened this issue Jun 26, 2019 · 2 comments
Labels
enhancement transition Transition to bfgroup/b2

Comments

@grafikrobot
Copy link
Member

Boost uses a bunch of individual file copy targets to install the headers files. This is rather slow since it ends up in thousands of copy command processes. Either adjust existing copy actions, and create new actions, for copying files in batches instead.

@lppinto
Copy link

lppinto commented Dec 22, 2020

I just came here to report this... It's rather funny that in cygwin the process of copying each individual include file is way slower than the build itself... :D It's really frustrating :D

@stale
Copy link

stale bot commented May 29, 2021

Thank you for your contributions. Main development of B2 has moved to https://github.com/bfgroup/b2
This issue has been automatically marked as "transition" to indicate the potential for needing transition to the new B2 development project.

@stale stale bot added the transition Transition to bfgroup/b2 label May 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement transition Transition to bfgroup/b2
Projects
None yet
Development

No branches or pull requests

2 participants