This website works better with JavaScript
首頁
探索
說明
登入
cesar
/
ledger-prototype
關註
1
讚好
0
複刻
0
Files
問題管理
0
合併請求
1
Wiki
目錄樹:
14e39a31d9
分支列表
標籤列表
append-only-datamodel
axum
borsh
end-to-end
end-to-end-http-tests
enhance-filter
expr-engine
expr-engine-refcell
lua-vm
main
real-time-subscription
simple-cache
single-exchange-tx
stream-subscription-by-tags
tags
tiny-language
tmp
types
update-token
update-www-handlers
versioned
ledger-prototyp...
/
TODO.md
TODO.md
606 B
文件歷史
原始文件
Improve subscription API to detect when the client drops and stop listening
Improve the detection of drop-client reactive, instead of waiting until an attempted delivery fails.
Implement the filter by status
Implement the filter by since / until (this is implemented at the primary key level at the cursor)
Have more tests
Move the broadcasting of events to a different thread
Stop the working thread when the ledger goes out of scope
Bonus
Improve the HashMap of Filter to use the filter much more efficiently with the primary key (similar to the cursor)