Giter VIP home page Giter VIP logo

memcache's People

Contributors

s-bose7 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

memcache's Issues

Dynamically configure serialization and compression

Callers should have the ability to enable or disable serialization and compression when creating an instance of cache object. One can use a configuration object or parameters passed during the construction of the cache.

Implement lazy TTL

A lazy TTL doesn't require any background job.

During a get call, the main thread will check whether the requested Key is outdated, if it is, key will be removed immediately and nothing gets return.

Serialization and deserialization of type string results in a segmentation fault.

When the cache is created with a value type string: MemCache<key_type, string>, serialization and deserialization wouldn't work properly and results in memory corruption.

Probable solutions would be to handle the type "string" separately by overloading serialization and deserialization methods to handle string data type; or not serializing the data in the first place, can be done by checking the type earlier before serialization.

The later process works because we need string in order to compress the data, but as we have already string as the value data type, the constraint doesn't apply anymore.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.