Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-3393

Implement an optimized LFUCache

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Won't Fix
    • 3.6, 4.0-ALPHA
    • None
    • search
    • None

    Description

      SOLR-2906 gave us an inefficient LFU cache modeled on FastLRUCache/ConcurrentLRUCache. It could use some serious improvement. The following project includes an Apache 2.0 licensed O(1) implementation. The second link is the paper (PDF warning) it was based on:

      https://github.com/chirino/hawtdb
      http://dhruvbird.com/lfu.pdf

      Using this project and paper, I will attempt to make a new O(1) cache called FastLFUCache that is modeled on LRUCache.java. This will (for now) leave the existing LFUCache/ConcurrentLFUCache implementation in place.

      Attachments

        1. SOLR-3393-trunk-withdecay.patch
          96 kB
          Shawn Heisey
        2. SOLR-3393-4x-withdecay.patch
          96 kB
          Shawn Heisey
        3. SOLR-3393.patch
          60 kB
          Shawn Heisey
        4. SOLR-3393.patch
          59 kB
          Shawn Heisey
        5. SOLR-3393.patch
          64 kB
          Shawn Heisey
        6. SOLR-3393.patch
          68 kB
          Shawn Heisey
        7. SOLR-3393.patch
          67 kB
          Chris M. Hostetter
        8. SOLR-3393.patch
          77 kB
          Adrien Grand
        9. SOLR-3393.patch
          93 kB
          Adrien Grand

        Issue Links

          Activity

            People

              Unassigned Unassigned
              elyograg Shawn Heisey
              Votes:
              5 Vote for this issue
              Watchers:
              14 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: