]> source.dussan.org Git - gitea.git/commit
Speed up git diff highlight generation (#16180)
authorMura Li <2606021+typeless@users.noreply.github.com>
Thu, 17 Jun 2021 14:55:16 +0000 (22:55 +0800)
committerGitHub <noreply@github.com>
Thu, 17 Jun 2021 14:55:16 +0000 (10:55 -0400)
commit19dedc3fa521fdb6456bad2b080bb1aaa6722b24
tree2153d435ad225049884c5991ba55408498482a39
parentb3fbd37e992cf3f9f42f49818087c67d464000eb
Speed up git diff highlight generation (#16180)

Co-authored-by: Mura Li <typeless@users.noreply.github.com>
Co-authored-by: 6543 <6543@obermui.de>
14 files changed:
go.mod
go.sum
modules/highlight/highlight.go
vendor/github.com/hashicorp/golang-lru/.gitignore [new file with mode: 0644]
vendor/github.com/hashicorp/golang-lru/2q.go [new file with mode: 0644]
vendor/github.com/hashicorp/golang-lru/LICENSE [new file with mode: 0644]
vendor/github.com/hashicorp/golang-lru/README.md [new file with mode: 0644]
vendor/github.com/hashicorp/golang-lru/arc.go [new file with mode: 0644]
vendor/github.com/hashicorp/golang-lru/doc.go [new file with mode: 0644]
vendor/github.com/hashicorp/golang-lru/go.mod [new file with mode: 0644]
vendor/github.com/hashicorp/golang-lru/lru.go [new file with mode: 0644]
vendor/github.com/hashicorp/golang-lru/simplelru/lru.go [new file with mode: 0644]
vendor/github.com/hashicorp/golang-lru/simplelru/lru_interface.go [new file with mode: 0644]
vendor/modules.txt