Update TODO

This commit is contained in:
Joakim Frostegård 2020-04-14 16:25:47 +02:00
parent f0ec858bef
commit 57c5d8314f

View file

@ -28,6 +28,7 @@
* Performance * Performance
* cpu-target=native good? * cpu-target=native good?
* mialloc good? * mialloc good?
* Try using flume (MPSC) or multiqueue2 (MPMC) instead of crossbeam channel
* Use less bytes from PeerId for hashing? (If yes, only save half of them * Use less bytes from PeerId for hashing? (If yes, only save half of them
or so in PeerMapKey). Might improve performance, but probably not worth or so in PeerMapKey). Might improve performance, but probably not worth
it. it.