CacheAdvance
CacheAdvance copied to clipboard
A performant cache for logging systems. CacheAdvance persists log events 30x faster than SQLite.
Inspired by https://github.com/dfed/CacheAdvance/pull/42#discussion_r415180088. **Goals** - Ensure that changes to this library don't break building and testing with `swift` directly. **Non-Goals** - Test all OS configurations using `swift`. We can continue...
**Goals** * Enable determining the number of messages in a cache without reading the entire cache every time. **Non-Goals** * Allow a CacheAdvance to enforce a limit to the number...
This is a breaking change. By removing Objective-C support, we can support more Swift platforms.