Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
is:issue state:open author:zigo101 label:Performance
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
golang
/
go
Public
Notifications
You must be signed in to change notification settings
Fork
18.7k
Star
132k
Code
Issues
5k+
Pull requests
363
Discussions
Actions
Projects
5
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security
Insights
Go team quiet weeks Dec 22–Jan 2: issue tracker responses will be delayed
#76921 ·
aclements
opened
on Dec 19, 2025
1
Issues
Search Issues
is
:
issue
state
:
open
author
:
zigo101
label
:
Performance
is:issue state:open author:zigo101 label:Performance
Search
Labels
Milestones
New issue
Search results
Open
Closed
cmd/compile: extra allocation when returning a non-pointer value > 128KB
compiler/runtime
Issues related to the Go compiler and/or runtime.
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
Status: Open.
#76703
In golang/go;
·
zigo101
opened
on Dec 5, 2025
·
Unplanned
cmd/compile: unexpected benchmark results
compiler/runtime
Issues related to the Go compiler and/or runtime.
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
Status: Open.
#64328
In golang/go;
·
zigo101
opened
on Nov 22, 2023
·
Unplanned
cmd/compile: missing BCE optimization cases
compiler/runtime
Issues related to the Go compiler and/or runtime.
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
Status: Open.
#64272
In golang/go;
·
zigo101
opened
on Nov 20, 2023
·
Unplanned
x/playground: "// GOEXPERIMENT=xxx“ line often causes "timeout running go build”
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
Status: Open.
#61985
In golang/go;
·
zigo101
opened
on Aug 13, 2023
·
Unreleased
x/tools/go/packages: memory hungry in parsing the github.com/go-fonts/latin-modern module packages
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
Tools
This label describes issues relating to any tools in the x/tools repository.
This label describes issues relating to any tools in the x/tools repository.
Status: Open.
#57985
In golang/go;
·
zigo101
opened
on Jan 25, 2023
·
Go1.27
cmd/compile: strange performance difference between two implementations
compiler/runtime
Issues related to the Go compiler and/or runtime.
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
Status: Open.
#49785
In golang/go;
·
zigo101
opened
on Nov 24, 2021
·
Unplanned
cmd/compile: inline-able function with named results performs worse
compiler/runtime
Issues related to the Go compiler and/or runtime.
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
Status: Open.
#48507
In golang/go;
·
zigo101
opened
on Sep 21, 2021
·
Unplanned
cmd/compile: optimize append([]byte(string), ...) to avoid a duplication
compiler/runtime
Issues related to the Go compiler and/or runtime.
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
Status: Open.
#47454
In golang/go;
·
zigo101
opened
on Jul 29, 2021
·
Unplanned
cmd/compile: treat "d = append(make([]T, 0, len(s)), s...)" as "d = make([]T, len(s)); copy(d, s)"
compiler/runtime
Issues related to the Go compiler and/or runtime.
Issues related to the Go compiler and/or runtime.
NeedsFix
The path to resolution is known, but the work has not been done.
The path to resolution is known, but the work has not been done.
Performance
Status: Open.
#46079
In golang/go;
·
zigo101
opened
on May 10, 2021
·
Unplanned
cmd/compile: optimize maps with bool keys
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
Status: Open.
#44578
In golang/go;
·
zigo101
opened
on Feb 24, 2021
·
Unplanned
cmd/compile: some missing BCE cases
compiler/runtime
Issues related to the Go compiler and/or runtime.
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
Status: Open.
#40987
In golang/go;
·
zigo101
opened
on Aug 23, 2020
·
Unplanned
cmd/compile: BCE optimizes less for string than slice
compiler/runtime
Issues related to the Go compiler and/or runtime.
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
Status: Open.
#27585
In golang/go;
·
zigo101
opened
on Sep 9, 2018
·
Unplanned
You can’t perform that action at this time.