index
:
mesalab_git/swarmkv/swarmkv.git
Feature-add-FTBT
apbloom-perf-benchmark
apbloom-perf-optimization
bugfix-tsg-21020
dev-chenming
dev-hk-crdt-czz
dev-luting
dev-ss-crdt-czz
dev-yw
develop-version3
develop-version4
feature-fair-split-token-bucket
master
optimize-multithread-lockfree-ringbuf
perf-ap-bloom
refactor-st-hll-for-spread-sketch
Repository for swarmkv/swarmkv
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
t_token_bucket.c
Age
Commit message (
Expand
)
Author
2024-07-11
Add new weighted test case for fair token bucket.
Zheng Chao
2024-06-25
The Network Layer is easy to read. Compression Ratio is available in network ...
郑超
2024-06-17
Add command `BTQUERY` to query specific bucket.
Zheng Chao
2024-06-17
Refactor Bulk Token Bucket with Cuckoo Hashing
郑超
2024-03-30
Add new data type: Count-Min Sketch. Rename `BFRESERVE` to `BFINIT` for consi...
郑超
2024-03-22
Add git version to `INFO` command; add consume type to `FTCONSUME` command.
郑超
2024-02-29
Bloom Filter and Token bucket refill period customization.
v4.1.0
郑超
2023-08-31
bugfix: OC token bucket wastes tokens due to refill timestamp is miroseconds ...
Zheng Chao
2023-08-05
Remove accessing_node parameter from all command functions.
Zheng Chao
2023-07-11
WIP
Zheng Chao
2023-05-05
Feature Fair and Bulk Token Bucket
郑超
2023-01-02
:recycle: refactor undefined object handling.
Zheng Chao
2022-12-23
For avoiding key route entry oscillation, the keyspace ignores node crash.
Zheng Chao
2022-11-21
Enable performance test.
Zheng Chao
2022-11-16
:bug: Bugfix: Writing on key with no local replica repeatly breaks consistency.
Zheng Chao
2022-11-11
:zap: The PN Counter uses a primary method to do serialization and deserializ...
Zheng Chao
2022-11-10
:bug: Concurrent execution and sync operations add duplicated objects to stor...
Zheng Chao
2022-11-06
New commands for latency tracking.
Zheng Chao
2022-11-01
Bugfix: Fix typos in TCFG command. Executing TCFG on same key twice causes se...
Zheng Chao
2022-10-29
Refactor colon seperated ip port
郑超
2022-10-23
TCONSUME on nonexist key should reply with integer 0
Zheng Chao
2022-10-22
The OC Token Bucket is robust to over consuming.
zhengchao
2022-10-21
Add a new data type token bucket, which is manipulated by TCFG, TCONSUME and ...
郑超
2022-10-15
Add ToC to Readme
zhengchao