summaryrefslogtreecommitdiff
path: root/src/chunklist_test.go
AgeCommit message (Expand)Author
2025-08-31refactor: replace []byte(fmt.Sprintf) with fmt.Appendf (#4507)zhedazijingang
2024-06-10Less aggressive chunk cache invalidation for --tailJunegunn Choi
2024-06-04Add --tail=NUM to limit the number of items to keep in memoryJunegunn Choi
2017-08-16Remove count field from ChunkListJunegunn Choi
2017-08-15Remove special nilItemJunegunn Choi
2017-07-16Reduce memory footprint of Item structJunegunn Choi
2017-07-16Remove pointer indirection by changing Chunk definitionJunegunn Choi
2016-09-18Revise ranking algorithmJunegunn Choi
2016-08-19Micro-optimizationsJunegunn Choi
2016-08-14[perf] Avoid allocating rune array for ascii stringJunegunn Choi
2016-01-14Simplify Item structureJunegunn Choi
2016-01-13Accept comma-separated list of sort criteriaJunegunn Choi
2015-08-02Performance fix - unnecessary rune convertion on --ansiJunegunn Choi
2015-08-02Performance tuning - eager rune array conversionJunegunn Choi
2015-04-17Improvements in performance and memory usageJunegunn Choi
2015-01-12LintJunegunn Choi
2015-01-09Reduce memory footprintJunegunn Choi
2015-01-04Remove race conditions when accessing the last chunkJunegunn Choi
2015-01-04Rewrite fzf in GoJunegunn Choi