Tcl Source Code

View Ticket
Login
Ticket UUID: 6ad9883ccfc45356c5178c6d0d219467f5165452
Title: RFE: use sendfile(2) for "file copy" on Linux if possible
Type: RFE Version: >= 8.6
Submitter: chw Created on: 2023-12-24 13:43:44
Subsystem: 69. Other Assigned To: nobody
Priority: 5 Medium Severity: Minor
Status: Open Last Modified: 2023-12-24 13:44:58
Resolution: None Closed By: nobody
    Closed on:
Description:
What about using the Linux specific sendfile(2) system call in
order to speed things up in TclUnixcopyFile()? The proof of
concept diff is against trunk as of today.

Attachments: