google / tcmalloc

Apache License 2.0
4.31k stars 463 forks source link

Is there any release branch or tag of current project? #212

Closed vinllen closed 10 months ago

vinllen commented 10 months ago

It looks like there is only one main branch in the current project, I've no idea whether it's a stable version.

junyer commented 10 months ago

The absence of tags/releases implies that TCMalloc follows the "live at head" philosophy à la Abseil. Bzlmod may necessitate explicit versioning in the not too distant future, however, so it's likely worth considering what model to support in that regard.

ckennelly commented 10 months ago

@junyer is correct in that we follow a "live at head" philosophy.