Skip to content

obmalloc: radix tree for tracking arena address ranges #81629

@nascheme

Description

@nascheme
BPO 37448
Nosy @tim-one, @nascheme, @vstinner, @methane
PRs
  • bpo-37448: Add radix tree implementation for obmalloc address_in_range(). #14474
  • Files
  • pyperf_radix_compare.txt
  • obmalloc_overhead.py
  • perf_compare_noradix.txt: Compare base obmalloc with radix-tree version
  • perf_compare_radix4x.txt: Compare base obmalloc with radix-tree version, 4x sizes
  • perf_compare_arm64.txt: Compare base obmalloc with radix-tree version, ARM64
  • 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 2021-03-30.02:53:53.234>
    created_at = <Date 2019-06-29.23:08:22.213>
    labels = ['interpreter-core', 'type-feature']
    title = 'obmalloc: radix tree for tracking arena address ranges'
    updated_at = <Date 2021-03-30.02:53:53.234>
    user = 'https://github.com/nascheme'

    bugs.python.org fields:

    activity = <Date 2021-03-30.02:53:53.234>
    actor = 'nascheme'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-03-30.02:53:53.234>
    closer = 'nascheme'
    components = ['Interpreter Core']
    creation = <Date 2019-06-29.23:08:22.213>
    creator = 'nascheme'
    dependencies = []
    files = ['48445', '48446', '49833', '49834', '49842']
    hgrepos = []
    issue_num = 37448
    keywords = ['patch']
    message_count = 5.0
    messages = ['346903', '387886', '388744', '389694', '389782']
    nosy_count = 4.0
    nosy_names = ['tim.peters', 'nascheme', 'vstinner', 'methane']
    pr_nums = ['14474']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue37448'
    versions = []

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      interpreter-core(Objects, Python, Grammar, and Parser dirs)type-featureA feature request or enhancement

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions