I am facing similar problem and I ask evaluating TS cache usage. One clear
down side is due its async API, it brings an extra level of complexity to
the final plugin. The plugin fetches, encodes and inline (possibly
multiple) images into the origin's response. Once fetched, I want to
persist the result in memory for the next requests, does it make sense?
The other approach would be to go with cpp hashmaps knowing I would need to
come with synchronization and eviction mechanisms myself.
Any considerations?
Thanks
On Sep 17, 2013 2:10 AM, "Ethan Lai" <[email protected]> wrote:

> Hi,
>
> I'm going to write a plugin, which needs to store some meta data in memory.
> Would like to know are there any ways to use InkHashTable data structure
> in my implementation?
>
> Thanks,
> -Ethan
>

Reply via email to