m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 15:53:39 -05:00

Fix Transform result cache to speed up subsequent searches

This commit is contained in:
Junegunn Choi
2015-01-11 01:47:46 +09:00
parent 4f40314433
commit ca4bdfb4bd
3 changed files with 23 additions and 15 deletions

View File

@@ -10,9 +10,9 @@ type Offset [2]int32
type Item struct {
text *string
origText *string
transformed *Transformed
offsets []Offset
rank Rank
transformed *Transformed
}
type Rank struct {