CodingLife


  • Home

  • Archives

  • Tags

  • Search

幂等问题的应对方案

Posted on 2021-06-26

Idempotnent

Read more »

Zero-Copy 零拷贝技术

Posted on 2021-06-25

Read more »

Docker 一些辅助工具

Posted on 2021-06-24

runlike

Read more »

Go 优化

Posted on 2021-06-22

Flame Graph(火焰图)

Read more »

分布式事务(最终一致性)

Posted on 2021-06-19

XA

Read more »

分布式强一致性共识算法 Paxos Raft ZAB

Posted on 2021-05-30

Raft

Read more »

Go Error Wrapping

Posted on 2021-05-29

Go1.13 中引入了 error wraping 机制,可以实现如下功能:

Read more »

Algorithm MST

Posted on 2021-05-22

记录 MST 的算法实现

Read more »

Go sync.Pool

Posted on 2021-05-18

Go 提供了sync.Pool对象池,用于复用高频创建析构的对象以减少内存申请造成的性能问题。

Read more »

MySQL Page存储结构

Posted on 2021-05-14

InnoDB Store 为了充分利用磁盘 16KB 的读取缓冲区容量,MySQL 设计了一套结构,了解底层结构后应用中才能避免踩坑。

Read more »
1 … 8 9 10 … 31
CodeHunter2006

CodeHunter2006

这里包括一些技术经验总结、生活随想和其他...

304 posts
11 categories
85 tags
RSS
GitHub
© 2025 CodeHunter2006
Powered by Jekyll
Theme - NexT.Muse