• Show log

    Commit

  • Hash : 224e3c14
    Author : Mohan Maiya
    Date : 2021-02-08T13:00:16

    Support optimized bitsets that need more than 64bits
    
    For usecases that needed more than 64bits we were using
    std::bitset container. This has slower perf compared to
    the BitSetT container.
    
    Add a new class that can support large bitsets by wrapping
    an array of BitSet32/BitSet64 objects, depending on CPU
    bitness, as the container.
    
    Bug: angleproject:3877
    Tests: angle_unittests.exe --gtest_filter=BitSetArrayTest*
           angle_white_box_perftests.exe --gtest_filter=BitSetIteratorPerfTest*
    Change-Id: I3f4a635f9e6974a99db7a4b592ab206aad754760
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2664733
    Commit-Queue: Mohan Maiya <m.maiya@samsung.com>
    Reviewed-by: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: 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