Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 10月 05, 2020
  2. 8月 26, 2020
    • Patrick Bajao's avatar
      Remove ProcessReferences flag · c694aa5e
      Patrick Bajao 创作于
      RAM usage of parsing LSIF references are now back to normalcy and
      feature works.
      
      This removes the code in workhorse for determining whether parsing
      references is enabled or not. It'll now always be enabled.
      c694aa5e
  3. 8月 12, 2020
    • Patrick Bajao's avatar
      Cache references in file · 67a20e2c
      Patrick Bajao 创作于
      This is to improve RAM usage when parsing references utilizing the
      existing `cache` struct.
      
      Reduces memory usage when parsing LSIF file of gitlab-workhorse
      from 7MB to 4MB.
      67a20e2c
  4. 8月 07, 2020
    • Patrick Bajao's avatar
      Add References struct · 55363e35
      Patrick Bajao 创作于
      Extract references parsing logic to a separate file and struct.
      Also modified `Item` struct to have `Line` as `int32` so it'll
      be fixed size.
      
      This is in preparation for another MR wherein references will be
      stored in file instead of memory.
      55363e35
加载中