cs-util-com / cscore

cscore is a minimal-footprint library providing commonly used helpers & patterns for your C# projects. It can be used in both pure C# and Unity projects.
https://cs-util-com.github.io/cscore/
Apache License 2.0
183 stars 31 forks source link

KeyValueStore performance tests #106

Open cs-util opened 11 months ago

cs-util commented 11 months ago

In KeyValueStoreIntegrationTests add a KeyValueStore performance test that compares the raw usage of a zip based FileSystem and many writes and reads (with normal synchronous operations) to the asynchronous get and set operations of a KeyValueStore that is internally also using a zip based FileSystem to evaluate the overhead that the KeyValueStore adds.