Commit Graph

9 Commits (8b839e3e4f36f133d1d4736dc87eb91235d3117d)

Author SHA1 Message Date
q191201771 bbba7ae66a package fake, nazabits, nazalog 5 years ago
q191201771 b19dce7d4c add interface Bitrate 5 years ago
q191201771 49086ee14b package birate: 支持配置 bitrate 单位,支持由外部传入 unix 时间戳 5 years ago
q191201771 7c24dfa388 package consistenthash: add Option HashFunc, config hash func if needed 5 years ago
q191201771 96f5a1b47c package consistenthash: Nodes 返回所有 node 对应的 point 范围 5 years ago
q191201771 0edfc69c0f package consistenthash: point int -> uint32 5 years ago
q191201771 a044c77703 patch 5 years ago
q191201771 61c419df7b details:
- package filebatch:
    - 遍历读取文件发生错误时,不退出遍历,而是将错误在回调中返回给上层
- package connection:
    - bugfix,初始化 write chan 相关的信息是通过 write chan 的配置,而不是 write buf 的配置
- package slicebytepool:
    - 新增的包,一个 []byte 内存池
- package nazamd5:
    - 新增的包,md5 操作
- package consistenthash:
    - 新增的包,一致性hash
- package bufferpool:
    - 删除 bufferpool 包
- demo/myapp:
    - 用于演示 package bininfo 的使用
- demo/add_blog_license:
    - 修改 license 内容
- 其他:
    - 统一error变量的命名方式及内容格式,涉及到的 package:filebatch, connection, taskpool, nazalog
5 years ago
q191201771 c6a5fa284f new package consistenthash 5 years ago