-
Notifications
You must be signed in to change notification settings - Fork 139
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
It would be nice if cptofs supported multiple source arguments #296
Comments
I found that the inialisation is slow only because the kernel does some performance tests to select the fastest algorithm for There are runtime performance tests for gen_syndrome, raid recover, and XOR functions. For XOR, an architecture can short-circuit the test and pre-select an algorithm by defining Would it make sense to set |
@copumpkin Closing this now that #298 was merged. @petrosagg I think the best way to solve the slow start issue is to implement loadable modules and compile btrfs and the dependecies as modules. That is tracked in #63. I am working on that, but I think it is still a few weeks until completion. Feel free to open a new issue if you need a faster resolution, and in that case we can do the temporary patch which we can revert when module support arrives. |
Thanks! I'll keep an eye on the loadable modules, which sounds really cool. Definitely not in a rush, now that I have something that works fine. |
although loadable module sounds nice, the slow start issue is different one I think (you will face the same issue when loading an object file of btrfs). I filed an issue for that (#301). |
I think the LKL stuff takes some time to initialize, which makes repeated calls to
cptofs
rather slow.The text was updated successfully, but these errors were encountered: