Frediano Ziglio

Results 9 comments of Frediano Ziglio

Personally for storage I'm still using rotative disks. In this case parallelism on disks would increase the seeks which is not that good. But there's another possibility to use parallelism,...

I think you got my comments in a wrong way. I don't get how you understood I concluded parallelism is moot, I even suggested a different way to implement it...

@fire-eggs this is a statistic of file sizes. | Size | Number | | ------------- | ------------- | | Up to 4K | 1140103 | | 4K-16K | 438871 |...

If I understood correctly you basically have 2 directory with 2 versions. In this case an approach considering also file names could also help. But maybe it would be out...

Before ``` cpu: Intel(R) Core(TM) i7-10510U CPU @ 1.80GHz BenchmarkEJ_Unmarshal_M-8 46212 24631 ns/op 528.76 MB/s 9512 B/op 126 allocs/op BenchmarkEJ_Unmarshal_S-8 2706932 422.3 ns/op 194.19 MB/s 128 B/op 3 allocs/op BenchmarkEJ_Marshal_M-8...

Trying to collect a bit of changes and doing some fixes. See https://github.com/freddy77/guilt/. This specific issue is fixed by https://github.com/freddy77/guilt/commit/91dfe4dc2a73d9def8bd10d2f6178332d44d0d02 using `os.XXX` files.

Trying to collect a bit of changes and doing some fixes. See https://github.com/freddy77/guilt/. This change was merged in https://github.com/freddy77/guilt/commit/9d25c6ff282cbd176dfe80c3039f37c429df617b.