ivoleitao / stash

Key-value store abstraction with plain and cache driven semantics and a pluggable backend architecture.
MIT License
86 stars 16 forks source link

Do async operations have performance downsides? #35

Closed Prn-Ice closed 2 years ago

Prn-Ice commented 2 years ago

This is a question Hi, hive and objectbox get requests are not async but with stash, its synchronous. Are there any performance downsides to this?

ivoleitao commented 2 years ago

I don't think so (I believe you mean asynchronous above). I had to do it like that to standardise since there's other storage providers that are async

Prn-Ice commented 2 years ago

I see thanks again.