BigCache v1.0.0 Release Notes

Release Date: 2017-09-25 // over 6 years ago
  • Implemented enhancements:

    • ๐Ÿ”‹ Feature Request: support to clean expired entries #41 (flisky)
    • ๐Ÿ‘Œ Improve fnv64a hashing algorithm by remove all allocations #19 (mateuszdyminski)

    ๐Ÿ›  Fixed bugs:

    • Hard max cache size exceeded #18
    • Entries indexes stay unchanged after additional memory allocation #8 (druminski)

    Closed issues:

    • โšก๏ธ Item is not getting updated #39
    • โฑ Eviction not perform after timeout #31
    • โšก๏ธ Old entries (un-updated) values stored in the byte queue #30
    • Push emptyBlobLen inside the allocateAdditionalMemory() function #29
    • ARC cache ? #28
    • Redis #27
    • Clear Cache #23
    • What is the purpose of "entries queue.BytesQueue" #21
    • Event handlers for evict? #14
    • โž• Add per entry expiration #13
    • โž• Add memory allocation hard limit #4

    ๐Ÿ”€ Merged pull requests: