vpetrigo / caches

C++ cache with LRU/LFU/FIFO policies implementation

Home Page:http://rs-stuff.dev/caches/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It works for iOS and Android?

paulocoutinhox opened this issue · comments

Hi,

It works for iOS and Android?

thanks.

It should work on Android as NDK uses libc++ . Regarding iOS I have no idea as Swift does not allow calling C++ functions. Most likely you need to provide Objective-C++ wrappers to existing API.

Feel free to reopen this issue if you come up with other questions/proposals. 😄