mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #118] 何时切到go1.7,以便提高10%左右性能? #62
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#62
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chmis8000 on GitHub (Sep 20, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/118
如题,不是go1.7版本提升性能大约 10% 了么?为何不切到1.7版本编译?
@fatedier commented on GitHub (Sep 20, 2016):
0.8.1 的 release 包已经是使用 go1.7 编译了。
@soulteary commented on GitHub (Sep 20, 2016):
to @chmis8000 ref
2d30a6e8a7@fatedier 你好,我对go不熟悉,请问1.7和1.4相比,frp性能提高明显嘛
@fatedier commented on GitHub (Sep 20, 2016):
@soulteary 相比较而言,在执行效率,gc 等方面都有所提升。当然,性能的提高也不能全指望 go 的提升,更多的还是依赖于优化已有的代码。
frp 目前主要侧重于完善功能,大多数人应该也只是用于个人测试,性能方面的优化会放到后面去做。功能迭代多了代码也有些混乱,当初设计的时候也没考虑到这么多,还是有很大的优化空间,差不多的时候会彻底重构一下代码。