Skip to content
Snippets Groups Projects
  • Junegunn Choi's avatar
    37dc2731
    Micro-optimizations · 37dc2731
    Junegunn Choi authored
    - Make structs smaller
    - Introduce Result struct and use it to represent matched items instead of
      reusing Item struct for that purpose
    - Avoid unnecessary memory allocation
    - Avoid growing slice from the initial capacity
    - Code cleanup
    Micro-optimizations
    Junegunn Choi authored
    - Make structs smaller
    - Introduce Result struct and use it to represent matched items instead of
      reusing Item struct for that purpose
    - Avoid unnecessary memory allocation
    - Avoid growing slice from the initial capacity
    - Code cleanup
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
cache_test.go 917 B