Go最新资料汇总(四十四)

polaris · 2015-12-14 03:36:30 · 3494 次点击 · 大约8小时之前 开始浏览    置顶
这是一个创建于 2015-12-14 03:36:30 的主题,其中的信息可能已经有所发展或是发生改变。

The Cost and Complexity of Cgo
Cgo lets Go packages call C code (or code with C bindings) but you need to take care with overheads, memory management, and more.

Go GC: Prioritizing Low Latency and Simplicity
Rick Hudson discusses the motivation, performance, and technical challenges of Go’s low latency concurrent garbage collection and why the approach fits Go well.

Are Go Maps Sensitive to Data Races?
“[N]o, there is nothing wrong with Go’s map implementation. But if there is nothing wrong with the implementation, why do maps and panic reports commonly find themselves in close proximity?”

Smart Cryptography with Superdog and Vault
Superdog is a library for managing strong cryptography in development and test environments. It also includes a wrapper to Vault to manage your keys.

TiDB Alpha: An ACID-Compliant RDBMS Written in Go
A distributed SQL database with the best features of both traditional RDBMS and NoSQL. It’s compatible with MySQL’s protocols so you can just drop it in.

Integration Testing in Go using Docker
A look at integration testing by having dependencies (such as MySQL) running in Docker containers. Dockertest will also help you accomplish this.

Go 1.5.2 Released
Minor release with bug fixes to the compiler, linker, and the mime/multipart, net, and runtime packages.

IN BRIEF

GopherCon 2016 Call for Proposals Coming Soon
GopherCon 2016 takes place in Denver, Colorado next July 11-13. The CFP isn’t open till January 1, but there’s a lot of info already for anyone interested.

Gb 0.3.4 Released

Hooking libc using Go Shared Libraries

6 Go Proverbs Illustrated with Code Examples

SSLv2 redux: Patching Go crypto/tls to Work with IE6
Only do this if you really have to.

Monitoring: Go real-time
Track any metric via ExpVars, then instantly graph, set alerts, and correlate with perf throughout your stack.

Snap: A Powerful Telemetry Framework from Intel
Snap is a plugin-based framework for enabling the gathering of telemetry from systems.

dsv: A Library for Working with Delimited Separated Values (DSV)

Rend: An In-Progress Memcached Proxy from Netflix
A memcached proxy that manages data chunking and L1 / L2 caches.

rexdep: Roughly Extract Dependency Relations from Source
Not aimed at Go code specifically, but for use with code generically.

Engine: A 2D Game Engine for Linux, Written in Go


有疑问加站长微信联系(非本文作者)

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

3494 次点击  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传