摘要: 在这个版本中,已经完全去除了虚拟内存的设计,将关注点放到优化数据结构来提高性能。 dict typedef struct dictEntry { void *key; union { // 使用union节省内存 void *val; // 值,当然有各种类型。string,hash,set,zse 阅读全文
posted @ 2025-04-19 20:20 嗯嗯好傅 阅读(10) 评论(0) 推荐(0)