• Show log

    Commit

  • Hash : b25ffe5a
    Author : Geoff Lang
    Date : 2023-12-07T16:36:29

    Optimize HandleAllocator for fast ID churning.
    
    Instead of calculating ranges of IDs and the overhead with updating
    them every allocation/release, store a released ID list in a small
    FastVector.
    
    Optimize the allocate path for the "good case" of no reserved IDs so
    that it either pops the last released ID or incriments a next value and
    returns it. Release has a similar cost of just a push_back when there
    are no reserved IDs.
    
    This adds a small fixed memory cost due to the FastVector and a dynamic
    memory cost of mReleasedList having up to N elements where N is the
    maxmimum total handles allocated at one time.
    
    Bug: angleproject:8434
    Change-Id: I7c5aa126b5303c105cd2464d0d0933b922cc2b8f
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5101509
    Reviewed-by: Charlie Lao <cclao@google.com>
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/angle.git
    Git SSH git@git.kmx.io:kc3-lang/angle.git
    Public access ? public
    Description

    A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.

    Homepage

    Github

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags