Code Monkey home page Code Monkey logo

Comments (7)

ReneKroon avatar ReneKroon commented on May 30, 2024

good call, if i do this i would be inclined to give prometheus style int64 counters, leaving you to do the math.

For example:

  • Inserted
  • Retrievals
  • Hits
  • Misses
  • Evicted

would this work for you, or do you have a different proposal?

from ttlcache.

qwding avatar qwding commented on May 30, 2024

Great! That enough for me.Thanks

from ttlcache.

ReneKroon avatar ReneKroon commented on May 30, 2024

I added these metrics, can you test it on master?

from ttlcache.

qwding avatar qwding commented on May 30, 2024

It looks ok.
I have another question.
I used to use https://github.com/goburrow/cache.
Since I change the pkg to ttlcache. I found the latency increase. Estimated increase 30%。
I have not reading the code detailedly。 So want to know, is there some place waste time or some way to improve it.

from ttlcache.

ReneKroon avatar ReneKroon commented on May 30, 2024

I would say it depends on your usecase. I have ~1000 items in the cache with a lifetime of a minute or two. I perform ~3K requests per second on that it's fine.

I can imagine that if you fill the cache continuously with 100K items and the lifetime is in milliseconds, together with high traffic will lead to lock contention.

Performance comes second in this cache after correctness (knowing that expiration will happen in time on all cases). I'm not planning to rework this to a sharded cache or such in the short term, where it could the contention.

If you can provide details on your specific performance issue then i can have a look though.

from ttlcache.

ReneKroon avatar ReneKroon commented on May 30, 2024

I want to add that i also do not use the loader function yet, this can also be a source of delay due to a bug.

from ttlcache.

ReneKroon avatar ReneKroon commented on May 30, 2024

Released in 2.2.0

from ttlcache.

Related Issues (20)

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.