poco icon indicating copy to clipboard operation
poco copied to clipboard

Use sendfile on Linux to optimize memory and improve latency #3277

Open carun opened this issue 3 years ago • 4 comments

carun avatar Aug 15 '21 05:08 carun

@aleks-f @obiltschnig here is my first attempt to address #3277 Please take a look and let me know. I'm not sure if this should go to master or devel branch as well.

carun avatar Aug 15 '21 05:08 carun

@carun please redirect this to devel branch

aleks-f avatar May 30 '22 02:05 aleks-f

@aleks-f I'm not sure about the cancelled tests.

carun avatar Aug 05 '22 00:08 carun

@aleks-f I'm not sure about the cancelled tests.

not related, it's the github CI problem

aleks-f avatar Aug 05 '22 13:08 aleks-f

@carun any intention to finish this? we need a test case, and I'd rather see the whole function not exposed to other platforms than being a deceptive no-op

aleks-f avatar Mar 17 '23 21:03 aleks-f

@aleks-f apologies for the placid reply. Albeit I have the intention, I don't have time to get to this.

carun avatar Mar 20 '23 18:03 carun

Hi, @aleks-f , you can review https://github.com/pocoproject/poco/pull/4007 It implements the root idea from this PR, and has a test

bas524 avatar Jun 06 '23 11:06 bas524