Vicente Bolea
Vicente Bolea
I believe that this was fixed at #4135, closing this please re-open if you still have the issue.
we stop supporting/ci coverage for mac 11 (as github actions)
Closing this since we cannot reproduce this anymore. Please re-open if you observe this again
Closing this since we cannot reproduce this anymore. Please re-open if you observe this again
Hey, I think you refer some of the routines at the dfs client code: https://github.com/DICL/VeloxDFS/blob/c67a521bb7a8301b9b7616d77cde1901abc5a818/src/client/dfs.cc#L211 In this part of the code it is totally unnecessary to using `async` as we...
Thanks for pointing out @olzhabay. I totally get your point, however, in many sections of the code whenever expensive string assignment was done I forced the move using `std::move(std::string)`. In...
I have reviewed the proposed `slice` class which is a class that wraps basically a string (length and char array) plus some directives to allow fast concurrent access. I also...
Hey the numbers are too high. Did you drop the buffer cache before the benchmarks? On Fri, Oct 12, 2018, 19:53 Olzhas Kaiyrakhmet wrote: > std::string performance > > ----------------------------------------------------------------------------...
You must have a future computer to have petabytes per second throughout haha On Fri, Oct 12, 2018, 21:35 Vicente Adolfo Bolea Sánchez < [email protected]> wrote: > Hey the numbers...