[pbs-devel] applied: [PATCH proxmox-backup 0/2] improve fixed size chunker performance
    Thomas Lamprecht 
    t.lamprecht at proxmox.com
       
    Mon Jul 22 10:03:19 CEST 2024
    
    
  
Am 17/07/2024 um 15:08 schrieb Fabian Grünbichler:
> found while looking for obvious bottlenecks - the fixed size chunker
> used a default 8k input buffer, which causes a lot of polling while
> copying data from the input into the 4M chunk.
> 
> Fabian Grünbichler (2):
>   example: improve chunking speed example
>   image backup: use 4M input buffer
> 
>  examples/test_chunk_speed2.rs     | 23 ++++++++++++++++++-----
>  proxmox-backup-client/src/main.rs |  8 ++++++--
>  2 files changed, 24 insertions(+), 7 deletions(-)
> 
for the record: this two patches got applied [0][1], thanks!
[0]: https://git.proxmox.com/?p=proxmox-backup.git;a=commitdiff;h=00ce0e38bd3bdb5f482c3b783ea3fa57fe8b8439
[1]: https://git.proxmox.com/?p=proxmox-backup.git;a=commitdiff;h=deb237a28883bba0584766129b01997ccd63c4fe
    
    
More information about the pbs-devel
mailing list