Skip to content

Compact and ordered dict #71537

@methane

Description

@methane
BPO 27350
Nosy @rhettinger, @jcea, @vstinner, @jab, @methane, @ethanfurman, @serhiy-storchaka, @sdrees
Files
  • compact-dict.patch
  • compact-dict.patch: Use SIZEOF_VOID_P
  • compact-dict.patch
  • compact-dict.patch: Use Py_LOCAL_INLINE
  • compact-dict.patch: empty keys and values arn't special enough to break the rules
  • compact-dict.patch: fix leak
  • compact-dict.patch: Win32 support, fix comments and some refactoring.
  • compact-dict.patch: more nit fix
  • compact-dict.patch: ordered split dict, and bugfix
  • compact-dict.patch: Add comments and tests
  • compact-dict.patch: small fixups, thanks for Jim
  • compact-dict.patch: Added freelist for PyDictKeys object.
  • compact-dict.patch: Fix compile error on Windows
  • compact-dict.patch: Add more comments and NEWS entry
  • compact-dict.patch: Wrap lines longer than 79 characters
  • compact-dict.patch: Update patch for current tip
  • compact-dict.patch: Stop adding PY_INT16_T
  • 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 = None
    closed_at = <Date 2016-09-12.12:49:21.502>
    created_at = <Date 2016-06-19.03:43:15.983>
    labels = ['interpreter-core', 'performance']
    title = 'Compact and ordered dict'
    updated_at = <Date 2017-05-17.17:24:07.031>
    user = 'https://github.com/methane'

    bugs.python.org fields:

    activity = <Date 2017-05-17.17:24:07.031>
    actor = 'jcea'
    assignee = 'none'
    closed = True
    closed_date = <Date 2016-09-12.12:49:21.502>
    closer = 'vstinner'
    components = ['Interpreter Core']
    creation = <Date 2016-06-19.03:43:15.983>
    creator = 'methane'
    dependencies = []
    files = ['43463', '43465', '43467', '43472', '43480', '43484', '43509', '43520', '43542', '43558', '44086', '44110', '44194', '44259', '44267', '44395', '44418']
    hgrepos = []
    issue_num = 27350
    keywords = ['patch']
    message_count = 36.0
    messages = ['268837', '268842', '268843', '268844', '268846', '269004', '269011', '269012', '269068', '269072', '269367', '269369', '269429', '272098', '272135', '272144', '274703', '275065', '275067', '275071', '275090', '275092', '275099', '275112', '275116', '275118', '275120', '275357', '275378', '275382', '275581', '275587', '275589', '275626', '276030', '276031']
    nosy_count = 9.0
    nosy_names = ['rhettinger', 'jcea', 'vstinner', 'jab', 'methane', 'ethan.furman', 'python-dev', 'serhiy.storchaka', 'dilettant']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'patch review'
    status = 'closed'
    superseder = None
    type = 'resource usage'
    url = 'https://bugs.python.org/issue27350'
    versions = ['Python 3.6']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      interpreter-core(Objects, Python, Grammar, and Parser dirs)performancePerformance or resource usage

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions