dkubb / memoizable

Memoize method return values
MIT License
111 stars 10 forks source link

Remove thread_safe gem dependency #28

Closed dkubb closed 1 year ago

dkubb commented 1 year ago

Summary

The purpose of this branch is to simplify the Memoizable::Memory class so that it performs it's own syncronization and does not depend on ThreadSafe::Cache.

Dependencies