Skip to content

2.2: More reads, more joy

Compare
Choose a tag to compare
@aschuch aschuch released this 27 May 08:35
· 42 commits to master since this release
  • An Obj-C NSKeyedUnarchiver was added since it can throw exceptions which can't be caught in Swift (Thanks @JaviSoto)
  • Use a concurrent queue to allow multiple simultaneous reads from the cache. (Thanks @JaviSoto)