You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this awesome library.
I'd like to see more caching options to accelerate lookup speed like caching the database file into memory using shmop PHP extension.
Thanks
The text was updated successfully, but these errors were encountered:
The pure PHP reader is file based, not memory based. It would need significant changes to support loading the file into memory like this. However, you generally should be using the C extension in production environments anyway.
Hello,
Thanks for this awesome library.
I'd like to see more caching options to accelerate lookup speed like caching the database file into memory using shmop PHP extension.
Thanks
The text was updated successfully, but these errors were encountered: