Alexander Neumann

Results 303 comments of Alexander Neumann
trafficstars

I'll leave it open, it's a bit easier to find.

Very nice work! The layout could be improved, but the functionality is great! Since we don't use GitHub pages any more (restic.github.io just redirects to restic.net), I'm not sure about...

For the record, I also had this issue, this is how you do the replacing inline directly in the database: ``` update oc_calendar id, replace(calendardata, 'VALUE=;', '') from oc_calendarobjects where...

I made several tests on very different hardware (with the help of a bunch of people), and it mostly did not help reading more than 2 files in parallel on...

Yeah, I plan to do that in Go (concurrency is very easy), so the test binary is just a statically linked binary that you can build locally and then copy...

I've build a small program we can use for measurements here: https://github.com/fd0/prb It traverses the given directory in one thread, and reads all files in a specified number of worker...

Next data point: My internal hard disc: ``` workers files dirs bytes time (seconds) bandwidth (per second) 1 11559 268 55096088012 852.778747346 64607717 2 11559 268 55096088012 974.067868801 56562884 3...

Another machine, reading data from an SSD via SATA: ``` workers files dirs bytes time (seconds) bandwidth (per second) 1 88389 25083 14306522715 52.196173041 274091410 2 88389 25083 14306522715 35.386510019...

> Since chunking, compressing, encrypting, etc will take time, will having multiple file traversal threads help much in practice? I think so, yes, if it's not so many threads all...

@bwmarrin I'm sorry, I don't understand your comment...