Welcome to mirror list, hosted at ThFree Co, Russian Federation.

48825-performance.yml « unreleased « changelogs - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 428852f6f8bc8d884d3b80c2a572bb0bd3461c75 (plain)
1
2
3
4
5
6
7
8
---
title: Improves performance of mr code, by fixing the state being mutated outside
  of the store in the util function trimFirstCharOfLineContent and in map operations.
  Avoids map operation in an empty array. Adds specs to the trimFirstCharOfLineContent
  function
merge_request: 20380
author: filipa
type: performance