CacheAdvance icon indicating copy to clipboard operation
CacheAdvance copied to clipboard

A performant cache for logging systems. CacheAdvance persists log events 30x faster than SQLite.

Results 3 CacheAdvance issues
Sort by recently updated
recently updated
newest added

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...

enhancement

**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...

enhancement

This is a breaking change. By removing Objective-C support, we can support more Swift platforms.