go

Tailscale's rolling temporary fork of Go with emphasis on performance and memory/binary size reduction. We try to upstream everything and keep this repo's diff small. (by tailscale)

Go Alternatives

Similar projects and alternatives to go

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better go alternative or higher similarity.

go reviews and mentions

Posts with mentions or reviews of go. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-29.
  • Can golang/build/cmd/release be run standalone without buildlets and coordinator?
    3 projects | /r/golang | 29 Nov 2021
  • Hey linker, can you spare a meg?
    1 project | news.ycombinator.com | 8 Oct 2021
    The last two sections are gold:

    > ### Wait, you did what?

    > Time for the philosophizing I promised.

    > People are often surprised and sometimes horrified when they learn that Tailscale maintains its own fork of the Go toolchain. Tailscale is a small startup. Isn’t that a horrible distraction, a flagrant burning of [innovation tokens](https://mcfunley.com/choose-boring-technology)?

    > Maybe. But the thing is, you write code with the engineers you have.

    > We had a problem: We kept crashing on iOS, and in addition to being awful, it was preventing us from adding features.

    > Another team might have decided to cut even more features on iOS to try to achieve stability, or limited in some way the size of the tailnet that iOS could interact with.

    > Another team might have radically redesigned the data structures to squeeze every last drop out of them.

    > Another team might have rewritten the entire thing in Rust or C.

    > Another team might have decided to accept the crashes and attempted to mitigate the pain by making re-establishment of connections faster.

    > Another team might have decided to just live with it and put their focus elsewhere.

    > The Tailscale team has Go expertise, spanning the standard library to the toolchain to the runtime to the ecosystem. [It’s an asset](https://danluu.com/in-house/), and it would be foolish not to use it when the occasion arises. And the fun thing about working on low level, performance-sensitive code is that that occasion arises with surprising frequency.

    > Blog posts about how people solve their problems are fun and interesting, but they must always be taken with a healthy dose of context. There may be no other startups in existence for which working on the Go linker would be a sensible choice, but it was for us.

    > ### Surprise twist ending

    > With the Go linker work [newly completed](https://github.com/tailscale/go/pull/20), we set out to confirm our analysis. What would footprint say?

    > As expected, footprint approved:

    > ```

  • Tailscale free for open source projects
    7 projects | news.ycombinator.com | 17 Sep 2021
    All the hoop-jumping I can think of is open-source. https://github.com/tailscale/go has the Go toolchain changes for size reduction (though most get upstreamed), and the rest of the size reduction stuff comes from lazy configuration, i.e. keeping as little idle state as possible. But that's useful for memory reduction on all platforms, so it's just in the general network engine at https://github.com/tailscale/tailscale .
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 4 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic go repo stats
3
59
0.0
about 1 month ago

tailscale/go is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.

The primary programming language of go is Go.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com