Hi Matheus, On Tue, Aug 20, 2019 at 1:28 PM Olga Telezhnaya <olyatelezhnaya@xxxxxxxxx> wrote: > > вт, 20 авг. 2019 г. в 07:59, Matheus Tavares Bernardino > <matheus.bernardino@xxxxxx>: > > > > I just posted the penultimate report on my project: > > https://matheustavares.gitlab.io/posts/going-for-a-too-big-step This > > week I’ve been working on a v2 of threaded git-grep w/ parallel > > inflation, to allow threads when grepping submodules. I also tried > > some more optimizations along the way. > > Thank you for great blog post! You have done so many things, it is impressive. Yeah, great blog post again! > I absolutely agree with your plans to structure the job and split it > to smaller pieces, it should definitely help. Moreover, if you want, > you can make something like a documentation and delegate some parts. I also agree with the above. I think it would be really nice for example if we could have something in Documentation/technical/ describing how multi-threading in `git grep` works and how it could be improved. (You can of course copy paste from your blog.) About static function-scope variables I wonder if we could have one day some .h and .c files with only thread safe functions in them. > I hope you enjoyed this summer :) Thank you for your readiness to > continue contributing after GSoC. It is not mandatory, you do not have > to finish the project, but if you want - all the community will be so > glad to see you as the contributor. Thank you for your work and for considering continuing after the GSoC, Christian.