redirect to https://wymli.github.io/
本博客不再更新,已全部迁移
记录技术成长
-rwxrwxrwx 1 liwm29 root 7829 Mar 23 13:50 '[data-structure] skip-list.md'
-rwxrwxrwx 1 liwm29 root 1350 Mar 23 11:41 '[c] trick1.md'
-rwxrwxrwx 1 liwm29 root 1963 Mar 22 22:40 README.md
-rwxrwxrwx 1 liwm29 root 6109 Mar 22 22:39 '[Go] goroutine pool.md'
drwxrwxrwx 1 liwm29 root 4096 Mar 21 16:57 '[linux] high performance server'
-rwxrwxrwx 1 liwm29 root 1666 Mar 20 14:32 '[Go] slice index detail.md'
-rwxrwxrwx 1 liwm29 root 0 Mar 19 13:56 '[Go] netaddr.md'
-rwxrwxrwx 1 liwm29 root 13400 Mar 19 13:49 '[Go] errorx.md'
-rwxrwxrwx 1 liwm29 root 6170 Mar 18 12:04 '[concurrency] promise&future.md'
-rwxrwxrwx 1 liwm29 root 6798 Mar 18 00:37 '[protocol] OAuth2.md'
-rwxrwxrwx 1 liwm29 root 3588 Mar 17 16:15 '[interview] ByteDance&Tencent.md'
-rwxrwxrwx 1 liwm29 root 110 Mar 16 23:39 '[Go] radix-tree.md'
-rwxrwxrwx 1 liwm29 root 9185 Mar 16 23:08 '[DB] b-tree.md'
-rwxrwxrwx 1 liwm29 root 776 Mar 16 22:33 '[other] term.md'
-rwxrwxrwx 1 liwm29 root 2993 Mar 16 16:52 '[sys] inotify.md'
-rwxrwxrwx 1 liwm29 root 8811 Mar 16 09:24 '[interview] 杂.md'
-rwxrwxrwx 1 liwm29 root 1542 Mar 16 09:06 '[HTTP] Content-Type.md'
-rwxrwxrwx 1 liwm29 root 3338 Mar 16 09:05 '[Go] runtime struct builder.md'
-rwxrwxrwx 1 liwm29 root 1643 Mar 16 09:04 '[Go] mutex.md'
-rwxrwxrwx 1 liwm29 root 11980 Mar 16 08:56 '[Go] concurrentMap.md'
drwxrwxrwx 1 liwm29 root 4096 Mar 16 00:19 '[cli] 可交互动态终端'
-rwxrwxrwx 1 liwm29 root 1993 Mar 15 22:59 '[arch] design pattern.md'
-rwxrwxrwx 1 liwm29 root 6988 Mar 15 22:03 '[lock-free] atomic.md'
-rwxrwxrwx 1 liwm29 root 2136 Mar 14 22:44 '[alg] sort.md'
-rwxrwxrwx 1 liwm29 root 257 Mar 14 22:43 '[rpc] grpc.md'
-rwxrwxrwx 1 liwm29 root 2801 Mar 14 16:41 '[DB] sql spec.md'
-rwxrwxrwx 1 liwm29 root 4468 Mar 13 22:14 '[cache] base concepts.md'
-rwxrwxrwx 1 liwm29 root 11749 Mar 13 00:02 '[other] everyDay.md'
-rwxrwxrwx 1 liwm29 root 1988 Mar 13 00:02 '[vue] everything.md'
-rwxrwxrwx 1 liwm29 root 618 Mar 13 00:01 '[Go] user thread.md'
-rwxrwxrwx 1 liwm29 root 15205 Mar 13 00:01 '[Go] standard package layout.md'
-rwxrwxrwx 1 liwm29 root 797 Mar 13 00:01 '[Go] short var declare.md'
-rwxrwxrwx 1 liwm29 root 3624 Mar 13 00:01 '[deploy] server deploy.md'
-rwxrwxrwx 1 liwm29 root 19241 Mar 13 00:01 '[rpc] rpcx.md'
-rwxrwxrwx 1 liwm29 root 3390 Mar 13 00:01 '[Go] reflect.md'
-rwxrwxrwx 1 liwm29 root 2118 Mar 13 00:00 '[Go] monkey patch.md'
-rwxrwxrwx 1 liwm29 root 4406 Mar 13 00:00 '[Go] GC.md'
-rwxrwxrwx 1 liwm29 root 3465 Mar 13 00:00 '[Go] escape analysis.md'
-rwxrwxrwx 1 liwm29 root 2472 Mar 13 00:00 '[DB] rule.md'
-rwxrwxrwx 1 liwm29 root 1886 Mar 12 23:59 '[vue] import-export.md'
- [Go] TCP zinx框架
- [Go] 协程池 ants框架
- [Go] mutex 普通模式,饥饿模式
- [arch] 设计模式(未完成)
- [Go] radix-tree
- [Go]netaddr
- [DB] gap锁,next-lock锁
- [Go] rendora 客户端渲染(正常的前后端分离向客户提供服务)和服务端渲染(为了搜索引擎seo)分开
- [Go] 如何在Go中实现百万级UDP通信
- [Go] im服务器
- [linux] eBPF
- [linux/sys] 虚拟内存,交换区,结合/proc/meminfo或top的swap字段
- [sys] 什么是hypervisor
- [sys] tcmalloc与内存池,ref:s b
- [Go] 了解go的plan9汇编