Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ctypes.pointer(), ctypes.POINTER() speedup #46868

Closed
theller opened this issue Apr 11, 2008 · 2 comments
Closed

ctypes.pointer(), ctypes.POINTER() speedup #46868

theller opened this issue Apr 11, 2008 · 2 comments
Assignees
Labels
performance Performance or resource usage topic-ctypes

Comments

@theller
Copy link

theller commented Apr 11, 2008

BPO 2616
Nosy @theller
Files
  • ctypes-pointer.diff
  • 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/theller'
    closed_at = <Date 2008-04-14.16:11:34.151>
    created_at = <Date 2008-04-11.14:52:14.321>
    labels = ['ctypes', 'performance']
    title = 'ctypes.pointer(), ctypes.POINTER() speedup'
    updated_at = <Date 2008-04-14.16:11:34.150>
    user = 'https://github.com/theller'

    bugs.python.org fields:

    activity = <Date 2008-04-14.16:11:34.150>
    actor = 'theller'
    assignee = 'theller'
    closed = True
    closed_date = <Date 2008-04-14.16:11:34.151>
    closer = 'theller'
    components = ['ctypes']
    creation = <Date 2008-04-11.14:52:14.321>
    creator = 'theller'
    dependencies = []
    files = ['10007']
    hgrepos = []
    issue_num = 2616
    keywords = ['patch']
    message_count = 2.0
    messages = ['65356', '65464']
    nosy_count = 1.0
    nosy_names = ['theller']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = 'performance'
    url = 'https://bugs.python.org/issue2616'
    versions = ['Python 2.6']

    @theller
    Copy link
    Author

    theller commented Apr 11, 2008

    This patch implements the POINTER() and the pointer() function in C;
    giving a speedup of roughly a factor of 2.

    @theller theller self-assigned this Apr 11, 2008
    @theller theller added topic-ctypes performance Performance or resource usage labels Apr 11, 2008
    @theller
    Copy link
    Author

    theller commented Apr 14, 2008

    Committed a slightly modified patch as rev 62338; will also be merged
    into py3k.

    @theller theller closed this as completed Apr 14, 2008
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    performance Performance or resource usage topic-ctypes
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant