Implementing a cache

qznc via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Jul 3 09:03:51 PDT 2016


On Saturday, 2 July 2016 at 12:21:14 UTC, Lodovico Giaretta wrote:
> On Saturday, 2 July 2016 at 12:10:28 UTC, qznc wrote:
>> Alternatively, any better idea to implement the cache? I guess 
>> there is no off-the-shelf/dub solution.

For now, I settled for a sorted array of cache entries plus an AA 
to map urls to indices into this array.

https://github.com/qznc/d-github/commit/46c013c650d2cf34911ad3e10308ee6a0b5e3690#diff-24abb1e4df591f2d28947bbde1a09220R79


More information about the Digitalmars-d-learn mailing list