Skip to content

Commit 586a1ac

Browse files
committed
gopher daily: add issue-20241113
1 parent 1592ac0 commit 586a1ac

File tree

4 files changed

+351
-65
lines changed

4 files changed

+351
-65
lines changed

202411/issue-20241113.md

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
# Go map使用Swiss Table重新实现,性能最高提升近50% | Gopher Daily (20241113)ʕ◔ϖ◔ʔ
2+
3+
>每日一谚:Optimize for simplicity first
4+
5+
## Go技术生态
6+
7+
8+
- 1. Go map使用Swiss Table重新实现,性能最高提升近50% - https://mp.weixin.qq.com/s/-1dUOhN5saXApwTdiNgSHA
9+
10+
- 2. 使用Go实现Brainrot语言服务器 - https://jitesh117.github.io/blog/creating-a-brainrot-language-server-in-golang/
11+
12+
- 3. 了解如何在Range循环中引用元素以避免Go中的常见陷阱 - https://medium.com/@architagr/know-how-elements-are-referenced-in-range-loops-to-avoid-common-pitfalls-in-go-b8cf4f327a4e
13+
14+
- 4. 从零到合并:在Go中构建JSON 重命名字段组件 - https://dev.to/akashjana/from-zero-to-merge-building-a-json-renaming-field-component-in-go-17nh
15+
16+
- 5. 了解 etcd 的 Raft 实现:深入了解 Raft 日志 - https://dev.to/justlorain/understanding-etcds-raft-implementation-a-deep-dive-into-raft-log-bdn
17+
18+
- 6. 收益递减法 - 心智模型 - https://read.perspectiveship.com/p/diminishing-returns
19+
20+
21+
## 云原生技术
22+
23+
24+
- 1. Jaeger v2 发布:核心原生支持OpenTelemetry! - https://www.cncf.io/blog/2024/11/12/jaeger-v2-released-opentelemetry-in-the-core/
25+
26+
- 2. Netflix 的分布式计数器抽象 - https://netflixtechblog.com/netflixs-distributed-counter-abstraction-8d0c45eb66b2
27+
28+
- 3. 强强联手:了解强制登录和 SSO 之间的区别 - https://www.docker.com/blog/sign-in-enforcement-and-sso/
29+
30+
- 4. Heroku 开源 12 因素应用程序定义 - https://blog.heroku.com/heroku-open-sources-twelve-factor-app-definition
31+
32+
- 5. Meta 如何构建大规模加密监控 - https://engineering.fb.com/2024/11/12/security/how-meta-built-large-scale-cryptographic-monitoring/
33+
34+
- 6. 我的代码review请求卡住了 - 现在怎么办? - https://opensource.googleblog.com/2024/11/what-to-do-when-my-review-is-stuck.html
35+
36+
- 7. Tailscale 日志流式处理现在支持 S3 目标 - https://tailscale.com/blog/s3-log-streaming
37+
38+
39+
## 人工智能
40+
41+
42+
- 1. 当 AI 代理失控时,谁负责? - https://thenewstack.io/whos-responsible-when-ai-agents-go-rogue/
43+
44+
- 2. 如何构建 RAG 聊天机器人以使用稀疏数据与文档聊天 - https://semaphoreci.medium.com/how-to-build-a-rag-chatbot-to-chat-with-documents-using-sparse-data-578c769a7256
45+
46+
- 3. 现实世界的企业如何利用 AI 实现转型 - https://blogs.microsoft.com/blog/2024/11/12/how-real-world-businesses-are-transforming-with-ai/
47+
48+
49+
## 流行项目与工具
50+
51+
52+
- 1. AlexxIT/go2rtc - https://github.com/AlexxIT/go2rtc
53+
54+
- 2. grpc/grpc-go - https://github.com/grpc/grpc-go
55+
56+
- 3. FiloSottile/mkcert - https://github.com/FiloSottile/mkcert
57+
58+
- 4. anchore/grype - https://github.com/anchore/grype
59+
60+
- 5. kubernetes-sigs/external-dns - https://github.com/kubernetes-sigs/external-dns
61+
62+
- 6. yorukot/superfile - https://github.com/yorukot/superfile
63+
64+
- 7. coreybutler/nvm-windows - https://github.com/coreybutler/nvm-windows
65+
66+
- 8. containerd/containerd - https://github.com/containerd/containerd
67+
68+
- 9. hashicorp/terraform-provider-aws - https://github.com/hashicorp/terraform-provider-aws
69+
70+
- 10. hashicorp/nomad - https://github.com/hashicorp/nomad
71+
72+
- 11. go-playground/validator - https://github.com/go-playground/validator
73+
74+
- 12. livekit/livekit - https://github.com/livekit/livekit
75+
76+
- 13. containers/podman - https://github.com/containers/podman
77+
78+
- 14. stretchr/testify - https://github.com/stretchr/testify
79+
80+
- 15. reviewdog/reviewdog - https://github.com/reviewdog/reviewdog
81+
82+
- 16. volcano-sh/volcano - https://github.com/volcano-sh/volcano
83+
84+
- 17. hashicorp/terraform - https://github.com/hashicorp/terraform
85+
86+
- 18. googleapis/google-cloud-go - https://github.com/googleapis/google-cloud-go
87+
88+
- 19. golang/go - https://github.com/golang/go
89+
90+
- 20. goharbor/harbor - https://github.com/goharbor/harbor
91+
92+
- 21. grpc-ecosystem/grpc-gateway - https://github.com/grpc-ecosystem/grpc-gateway
93+
94+
- 22. vmware-tanzu/velero - https://github.com/vmware-tanzu/velero
95+
96+
- 23. ThreeDotsLabs/watermill - https://github.com/ThreeDotsLabs/watermill
97+
98+
- 24. actions/actions-runner-controller - https://github.com/actions/actions-runner-controller
99+
100+
- 25. GoogleContainerTools/skaffold - https://github.com/GoogleContainerTools/skaffold
101+
102+
103+
----
104+
105+
- 编辑:Tony Bai
106+
- [编辑主页](https://tonybai.com)https://tonybai.com
107+
- [GopherDaily主页](https://gopherdaily.tonybai.com):gopherdaily.tonybai.com
108+
- [GopherDaily项目](https://github.com/bigwhite/gopherdaily):github.com/bigwhite/gopherdaily
109+
- [订阅GopherDaily](https://gopherdaily.tonybai.com/subscribe)
110+
- [取消订阅GopherDaily](https://gopherdaily.tonybai.com/unsubscribe)
111+
- [另一个邮件列表](https://gopher-daily.com): https://gopher-daily.com
112+
113+
Copyright 2023 GopherDaily

0 commit comments

Comments
 (0)