Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • common
  • bitset_utils_unittest.cpp
Find file
BlameHistoryPermalink
  • Mohan Maiya's avatar
    Support optimized bitsets that need more than 64bits · 224e3c14
    Mohan Maiya authored Feb 08, 2021
    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: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org>
    224e3c14
bitset_utils_unittest.cpp 11.4 KB
EditWeb IDE
×

Replace bitset_utils_unittest.cpp

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.