]> Sergey Matveev's repositories - btrtrc.git/commit
Remove mutex in MSE cipher reader
authorMatt Joiner <anacrolix@gmail.com>
Sun, 25 Feb 2024 22:28:05 +0000 (09:28 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 26 Feb 2024 11:32:08 +0000 (22:32 +1100)
commitbf0fbf3de3b8e3f37aec9ce13f25e7187b9d05a1
tree3f195bbae106a1586b47dc1d74d2bba789eb08bc
parent3ad279e85cd0d1b11cbeeca9a9ed69d7d26e976e
Remove mutex in MSE cipher reader

It has a very noticeable overhead when the race detector is running. It probably has some unattributed performance impact otherwise.
mse/mse.go