Skip to content
  1. Oct 24, 2019
    • Lioncash's avatar
      shader_ir: Use std::array with pair instead of unordered_map · 38271717
      Lioncash authored
      Given the overall size of the maps are very small, we can use arrays of
      pairs here instead of always heap allocating a new map every time the
      functions are called. Given the small size of the maps, the difference
      in container lookups are negligible, especially given the entries are
      already sorted.
      38271717
  2. Oct 23, 2019
  3. Oct 22, 2019
  4. Oct 20, 2019
  5. Oct 19, 2019
  6. Oct 18, 2019
  7. Oct 17, 2019
Loading