Skip to content

v1.1.0

Compare
Choose a tag to compare
@orca-zhang orca-zhang released this 11 Jan 08:10
· 27 commits to master since this release
  • 🚀 性能优化
    • ⏱️ GC耗时相关:减少指针,使用预分配空间和索引表重构双链表,复用时间戳标记删除
    • 🔌 添加PutInt64/PutBytes/GetInt64/GetBytes高性能方法适应不同场景
  • 🧪 优化时间回跳场景下的问题
    • 🪛 使用expireAt,防止超过指定的过期时间

注意⚠️: InspectWalk方法签名不兼容,添加了一个[]byte参数


  • 🚀Performance optimization
    • ⏱️ GC time-consuming related: reduce pointer, use pre-allocated space and index table to refactor double-linked list, reuse timestamp to mark deletion
    • 🔌 Add PutInt64/PutBytes/GetInt64/GetBytes high performance methods to adapt to different scenarios
  • 🧪 Optimize the problem under time jump scene
    • 🪛 Use expireAt to prevent exceeding the specified expiration time

Notice⚠️: Inspect and Walk method signatures are NOT compatible, a []byte parameter has been added