mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
Update TODO
This commit is contained in:
parent
6d4e090061
commit
3e3acd5adf
1 changed files with 11 additions and 10 deletions
19
TODO.md
19
TODO.md
|
|
@ -1,5 +1,12 @@
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
|
* config: fail on unrecognized keys
|
||||||
|
|
||||||
|
* access lists:
|
||||||
|
* use signals to reload, use arcswap everywhere
|
||||||
|
* use arc-swap Cache?
|
||||||
|
* add CI tests
|
||||||
|
|
||||||
* aquatic_udp
|
* aquatic_udp
|
||||||
* CI for both implementations
|
* CI for both implementations
|
||||||
* glommio
|
* glommio
|
||||||
|
|
@ -27,17 +34,11 @@
|
||||||
where only part of request is read, but that part is valid, and reading
|
where only part of request is read, but that part is valid, and reading
|
||||||
is stopped, which might lead to various issues.
|
is stopped, which might lead to various issues.
|
||||||
|
|
||||||
* access lists:
|
* aquatic_ws
|
||||||
* use arc-swap Cache?
|
* add avx2 env script to readme
|
||||||
* add CI tests
|
* should it send back error on message parse error, or does that
|
||||||
|
|
||||||
* aquatic_ws: should it send back error on message parse error, or does that
|
|
||||||
just indicate that not enough data has been received yet?
|
just indicate that not enough data has been received yet?
|
||||||
|
|
||||||
* Consider turning on safety and override flags in mimalloc, mostly for
|
|
||||||
simd-json. It might be faster to just stop using simd-json if I consider
|
|
||||||
it insecure, which it maybe isn't.
|
|
||||||
|
|
||||||
## General
|
## General
|
||||||
* extract response peers: extract "one extra" to compensate for removal,
|
* extract response peers: extract "one extra" to compensate for removal,
|
||||||
of sender if present in selection? maybe make criterion benchmark,
|
of sender if present in selection? maybe make criterion benchmark,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue