Closed budougumi0617 closed 1 year ago
moriyoshiさんの力作スゴい https://moriyoshi.hatenablog.com/entry/2022/05/18/105449
前回の宿題 https://github.com/basebank/gophers-code-reading-party/issues/29#issuecomment-1124608898
net/http.Request.Cloneってbodyどうやってこぴーしてるんだ。。。?という脇道でおしまい。
bodyはdeep copyしてない。(コードは嘘つかない 雑に言うとストリームくることを許容しているからコピーできないよね、みたいな話っぽい。
By the end of this post, in around 600 lines of code, we'll have a distributed "Postgres implementation" that will accept writes (CREATE TABLE, INSERT) on the leader and accept reads (SELECT) on any node. All nodes will contain the same data.
600行くらいならば読みきれるか? https://notes.eatonphil.com/distributed-postgres.html
Refactor Cloud applications in Go 1.18 with generics https://www.youtube.com/watch?v=-F2t3oInqKE
最初はジェネリクスの基本的な話だけれどあとのほうが面白そう?(1.16→1.18するっぽい)
先日のgolang.tokyoで紹介されていたツール眺めるの楽しそう。 https://golangtokyo.connpass.com/event/246982/presentation/
自分用メモ(このサイト基本的に好きなので私はあとで読むけどみんなで読むほどの内容なのか未知数) https://threedots.tech/post/increasing-cohesion-in-go-with-generic-decorators/
ゴルーチン使ったあと複数エラー取得できるのは hashicorp
製
https://pkg.go.dev/github.com/hashicorp/go-multierror#Group.Wait
みんなmultiplexer書いてる。 https://daisuzu.hatenablog.com/entry/2018/08/26/225739
golang.org/x/tools/cmd/goyacc
https://github.com/valyala/fasthttp をベースにしているのが fiberだった
C11すごいな(余談) https://ja.wikipedia.org/wiki/C11_(C%E8%A8%80%E8%AA%9E)
マルチスレッドのサポート(_Atomic型修飾子(英語版)、無停止オブジェクトアクセス用の
githubアカウント https://github.com/satorunooshie です
15:00~16:00 @ Zoom, BASE BANK, Inc.
参加者
お題
ネタ
ネタがなかったら proposal: review meeting minutes をみてみよう!
https://github.com/golang/go/issues/33502