Skip to content

unnecessary copying of memoryview in gzip.GzipFile.write? #67876

@wm75

Description

@wm75
mannequin
BPO 23688
Nosy @vstinner, @skrah, @vadmium, @serhiy-storchaka, @wm75
Files
  • memoryview_write.patch
  • test_memoryview_write.patch
  • write_bytes_like_objects.patch
  • write_bytes_like_objects_v2.patch
  • write_bytes_like_objects_v3.patch
  • gzip_write_noncontiguous.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/serhiy-storchaka'
    closed_at = <Date 2015-03-23.13:32:26.028>
    created_at = <Date 2015-03-17.14:26:04.343>
    labels = ['library', 'performance']
    title = 'unnecessary copying of memoryview in gzip.GzipFile.write?'
    updated_at = <Date 2015-03-23.14:59:32.704>
    user = 'https://github.com/wm75'

    bugs.python.org fields:

    activity = <Date 2015-03-23.14:59:32.704>
    actor = 'serhiy.storchaka'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2015-03-23.13:32:26.028>
    closer = 'serhiy.storchaka'
    components = ['Library (Lib)']
    creation = <Date 2015-03-17.14:26:04.343>
    creator = 'wolma'
    dependencies = []
    files = ['38521', '38526', '38600', '38639', '38650', '38656']
    hgrepos = []
    issue_num = 23688
    keywords = ['patch']
    message_count = 31.0
    messages = ['238294', '238295', '238300', '238301', '238304', '238305', '238307', '238308', '238315', '238329', '238344', '238350', '238376', '238385', '238666', '238946', '239006', '239015', '239019', '239020', '239024', '239027', '239029', '239030', '239031', '239032', '239033', '239034', '239035', '239036', '239037']
    nosy_count = 6.0
    nosy_names = ['vstinner', 'skrah', 'python-dev', 'martin.panter', 'serhiy.storchaka', 'wolma']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'performance'
    url = 'https://bugs.python.org/issue23688'
    versions = ['Python 3.5']

    Metadata

    Metadata

    Labels

    performancePerformance or resource usagestdlibStandard Library Python modules in the Lib/ directory

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions