tor4kichi / NiconicoToolkit

ニコニコ動画・生放送の.Net向けAPIライブラリ
MIT License
7 stars 2 forks source link

Switched to a more performant locking library #12

Closed MarkCiliaVincenti closed 7 months ago

MarkCiliaVincenti commented 7 months ago

Disclaimer: I am the author of the new library.

Public benchmarks running on GitHub show AsyncNonKeyedLocker to be considerably more performant; in tests NeoSmart.AsyncLock took 9.71x the time and allocated 7.42x the memory.

https://github.com/MarkCiliaVincenti/AsyncNonKeyedLockBenchmarks/actions/runs/7526873065/job/20485876144