ithewei 57d009e441 avoid valgrind report memory leak hace 3 años
..
README.md 2670d46aed v1.2.4 hace 4 años
array.h e4090c146e use prefix hv hace 3 años
hatomic.h acc25f2fa1 update hace 5 años
hbase.c 19267353a7 Add hv_parse_size, hv_parse_time hace 3 años
hbase.h 19267353a7 Add hv_parse_size, hv_parse_time hace 3 años
hbuf.h 1f0e6fb250 optimize code from @mtdxc hace 3 años
hdef.h b7de4447ad update hace 4 años
heap.h 5ec98bae66 HV_EXPORT hace 5 años
hendian.h 6fc90ffdcf fix #170: build error on FreeBSD hace 3 años
herr.c c6ae3cbcf2 update libhv hace 6 años
herr.h 2d1240040b Add some errno hace 3 años
hlog.c cbc6056b50 replace snprintf with format hace 4 años
hlog.h cbc6056b50 replace snprintf with format hace 4 años
hmain.c 57d009e441 avoid valgrind report memory leak hace 3 años
hmain.h 57d009e441 avoid valgrind report memory leak hace 3 años
hmath.h f2370eabba hio_unpack hace 4 años
hmutex.h 3e15658ee2 sleep => hv_sleep hace 4 años
hplatform.h c6acc7e0a4 hio_readline, hio_readstring, hio_readbytes hace 4 años
hproc.h d12a9bb34c avoid frequent crash and restart hace 5 años
hsocket.c 14008bd38f optimize code hace 3 años
hsocket.h 8a84c3d7d3 WSAStartup => WSAInit hace 4 años
hsysinfo.h 8f94c6ea3b update hace 5 años
hthread.h c46912e02a update hace 4 años
htime.c 8b10104625 Add cron.minutely hace 4 años
htime.h 8b10104625 Add cron.minutely hace 4 años
hversion.c 7d614897a7 better apis and Makefiles hace 5 años
hversion.h fec88e023c v1.2.5 hace 3 años
list.h 5ec98bae66 HV_EXPORT hace 5 años
netinet.h c6ae3cbcf2 update libhv hace 6 años
queue.h e4090c146e use prefix hv hace 3 años
rbtree.c c602ae789f Update rbtree hace 3 años
rbtree.h c602ae789f Update rbtree hace 3 años

README.md

目录结构

.
├── array.h         动态数组
├── hatomic.h       原子操作
├── hbase.h         基础函数
├── hbuf.h          缓存
├── hdef.h          常见宏定义
├── heap.h          堆
├── hendian.h       大小端
├── herr.h          错误码表
├── hlog.h          日志
├── hmain.h         命令行解析
├── hmath.h         数学函数
├── hmutex.h        线程同步锁
├── hplatform.h     平台相关宏
├── hproc.h         进程
├── hsocket.h       套接字
├── hsysinfo.h      系统信息
├── hthread.h       线程
├── htime.h         时间
├── hversion.h      版本
├── list.h          链表
├── queue.h         队列
└── rbtree.h        红黑树