Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / hashicorp/golang-lru issues and pull requests
#190 - OnEvict was not correctly called on element
Issue -
State: open - Opened by MinhNghiaD 8 days ago
#189 - expirable-lru: Add() replaces existing entry without calling evict callback?
Issue -
State: open - Opened by shellohunter about 1 month ago
#188 - Add ability to mock time in expirable cache
Issue -
State: open - Opened by austince about 1 month ago
#187 - Expirable LRU cache example is wrong
Issue -
State: open - Opened by Harris-H about 2 months ago
- 6 comments
#186 - expirable-lru: cache.Get() not refreshing entry's TTL
Issue -
State: open - Opened by shellohunter about 2 months ago
- 13 comments
#184 - Add @hashicorp/raft-force to CODEOWNERS
Pull Request -
State: closed - Opened by schmichael 2 months ago
#183 - Add CODEOWNERS file in .github/CODEOWNERS
Pull Request -
State: closed - Opened by mukeshjc 3 months ago
- 1 comment
#182 - ARCCache should not keep length of b2 less then p
Issue -
State: open - Opened by immortal-boy 5 months ago
#181 - Panic when using expirable cache
Issue -
State: open - Opened by kalafut 6 months ago
- 4 comments
#180 - Feature request: distinguish between manual removal and natural LRU eviction
Issue -
State: open - Opened by jamesmoessis 6 months ago
- 1 comment
#179 - update LRU cache Get to use RLock
Pull Request -
State: closed - Opened by ashukur 7 months ago
- 1 comment
#178 - Enable iteration of key/val pairs in expirable LRU
Pull Request -
State: open - Opened by bhperry 9 months ago
- 3 comments
#177 - index out of range panic while calling "Keys()" function
Issue -
State: open - Opened by ktanqwerty 10 months ago
- 1 comment
#176 - feat: Add RemoveWithoutEvict cache method
Pull Request -
State: open - Opened by bodgit 11 months ago
#175 - Addition of AddWithTtl to Expirable cache
Issue -
State: open - Opened by irenarindos 11 months ago
- 1 comment
#174 - Suggestion for GetWithExpiration method for expirable cache
Issue -
State: open - Opened by ardaasln 12 months ago
#173 - fix example error response
Pull Request -
State: open - Opened by smdzz 12 months ago
- 1 comment
#172 - The return of the example is inconsistent with the actual return
Issue -
State: open - Opened by smdzz 12 months ago
#171 - Request for `RemoveWithoutEvict` API.
Issue -
State: open - Opened by StLeoX about 1 year ago
- 1 comment
#170 - implement GetOrAdd to LRU
Pull Request -
State: open - Opened by raf555 about 1 year ago
- 1 comment
#169 - Adding support optional SIEVE eviction
Pull Request -
State: open - Opened by venkatsvpr about 1 year ago
#168 - Adding support optional SIEVE eviction
Pull Request -
State: closed - Opened by venkatsvpr about 1 year ago
- 1 comment
#167 - Initial commit to add sieve eviction
Pull Request -
State: closed - Opened by venkatsvpr about 1 year ago
- 1 comment
#166 - How to update a key expiration in the cache?
Issue -
State: open - Opened by DennisZhangOiler about 1 year ago
- 3 comments
#165 - we have encounter an strange panic, we still working on it.
Issue -
State: closed - Opened by amendgit about 1 year ago
- 1 comment
#164 - Proposal to Integrate SIEVE Eviction Algorithm
Issue -
State: open - Opened by yazhuo about 1 year ago
- 11 comments
#163 - Fix: encountering expired items during the traversal process will result in zero values in the output.
Pull Request -
State: closed - Opened by DCjanus about 1 year ago
- 4 comments
#162 - Change sleep time in exp lru test and readme
Pull Request -
State: open - Opened by rahfar about 1 year ago
- 1 comment
#161 - Add expirable LRU finalizer to fix expirable LRU's goroutine leak
Pull Request -
State: open - Opened by canoriz over 1 year ago
- 4 comments
#160 - Delayed deletion of entries in expirable cache
Issue -
State: open - Opened by akshaynotes over 1 year ago
- 1 comment
#159 - Why Expirable-LRU delete Close method?
Issue -
State: open - Opened by Super-long over 1 year ago
- 7 comments
#158 - AddMany?
Issue -
State: open - Opened by edwvee over 1 year ago
#157 - Example output is not matched with actual output
Issue -
State: open - Opened by rahfar over 1 year ago
- 4 comments
#156 - expirable LRU: fix so that Get/Peek cannot return an ok and empty value
Pull Request -
State: closed - Opened by irenarindos over 1 year ago
- 3 comments
#155 - added GetOrAdd to expirable LRU
Pull Request -
State: open - Opened by dinghram over 1 year ago
- 9 comments
#154 - Revert #135 and add tests for eviction callback
Pull Request -
State: closed - Opened by mgaffney over 1 year ago
#153 - fix: do not call onEvict when adding an existing item
Pull Request -
State: closed - Opened by mgaffney over 1 year ago
- 1 comment
#152 - Add evict behaviour tests
Pull Request -
State: closed - Opened by paskal over 1 year ago
#151 - add a Resize method to 2Q
Pull Request -
State: closed - Opened by veloting over 1 year ago
- 5 comments
#150 - Expirable LRU can return nil value with ok = true
Issue -
State: closed - Opened by benweint over 1 year ago
- 3 comments
#149 - [COMPLIANCE] Add Copyright and License Headers
Pull Request -
State: closed - Opened by hashicorp-copywrite[bot] over 1 year ago
Labels: automated, legal
#148 - Include expirable package in build workflows
Pull Request -
State: closed - Opened by mgaffney over 1 year ago
#147 - Did you empty 1.01v
Issue -
State: closed - Opened by Georodin over 1 year ago
- 1 comment
#146 - Add ARC module to the CI workflows
Pull Request -
State: closed - Opened by mgaffney over 1 year ago
#145 - feature: add Cap interface{}
Pull Request -
State: closed - Opened by zhuliquan over 1 year ago
- 7 comments
#144 - Is there a plan to add an interface to get the capacity of the lru-cache
Issue -
State: open - Opened by zhuliquan over 1 year ago
#143 - how to update the cache element ?
Issue -
State: closed - Opened by wade-liwei over 1 year ago
- 1 comment
#142 - v2.0.3 introduced breaking changes and is breaking our build
Issue -
State: closed - Opened by marten-seemann over 1 year ago
- 9 comments
#141 - onEvicted is called with incorrect item when a previous Add overwrites an existing item
Issue -
State: closed - Opened by kaancfidan over 1 year ago
- 11 comments
#140 - Please don't break public API without major bump
Issue -
State: closed - Opened by AnomalRoil over 1 year ago
- 1 comment
#139 - feat: add GetNewest() to get head entry from lru list
Pull Request -
State: open - Opened by rfyiamcool over 1 year ago
#138 - add more api in example
Pull Request -
State: open - Opened by rfyiamcool over 1 year ago
#137 - test: thread safe lru
Pull Request -
State: open - Opened by rfyiamcool over 1 year ago
#136 - Why does TwoQueueCache have no onEvicted callback?
Issue -
State: open - Opened by bastengao over 1 year ago
- 2 comments
#135 - call evict on replacing value
Pull Request -
State: closed - Opened by dongnguyenvt over 1 year ago
- 2 comments
#134 - doc: use any instead of interface{}
Pull Request -
State: closed - Opened by chenyahui over 1 year ago
- 2 comments
#133 - GitHub Actions - deprecated warnings found - action required!
Issue -
State: closed - Opened by sarahethompson almost 2 years ago
- 1 comment
#132 - fix example
Pull Request -
State: closed - Opened by Almenon almost 2 years ago
- 3 comments
#129 - Make util test function part of test files
Pull Request -
State: closed - Opened by jfrabaute almost 2 years ago
- 2 comments
#128 - Fix benchmarks hit ratio display
Pull Request -
State: closed - Opened by paskal almost 2 years ago
- 1 comment
#127 - Fix nil panic on remove
Pull Request -
State: closed - Opened by zachbadgett almost 2 years ago
- 10 comments
#126 - SEC-090: Automated trusted workflow pinning (2023-04-03)
Pull Request -
State: closed - Opened by hashicorp-tsccr[bot] almost 2 years ago
- 1 comment
Labels: SEC-090, SEC-090/Pinning/Trusted
#125 - Reduce memory usage by not storing ghost values
Pull Request -
State: closed - Opened by SaveTheRbtz almost 2 years ago
- 1 comment
#124 - Update v2 README.md for generics
Pull Request -
State: closed - Opened by viralmutant almost 2 years ago
- 3 comments
#123 - Why does Contains() method documentation talks about eviction
Issue -
State: open - Opened by viralmutant almost 2 years ago
- 2 comments
#122 - [COMPLIANCE] Add Copyright and License Headers
Pull Request -
State: closed - Opened by hashicorp-copywrite[bot] about 2 years ago
Labels: automated, legal
#121 - Simple distributed cache
Issue -
State: open - Opened by luisdavim about 2 years ago
#120 - Change fmt.Errorf to errors.New when there is no formatting required
Pull Request -
State: closed - Opened by sashamelentyev about 2 years ago
- 1 comment
#119 - Update README to consider generics
Issue -
State: closed - Opened by kevinburke about 2 years ago
- 4 comments
#118 - How to use v2 without generics?
Issue -
State: closed - Opened by SuperSandro2000 about 2 years ago
- 2 comments
#117 - move testing.go to a test only package
Issue -
State: closed - Opened by RonanMacF about 2 years ago
#116 - Add separate expirable LRU implementation, with generics
Pull Request -
State: closed - Opened by paskal about 2 years ago
- 35 comments
#115 - Remove patented files (arc.go, arc_test.go)
Pull Request -
State: closed - Opened by AkihiroSuda over 2 years ago
- 3 comments
#114 - Your another hashicorp which need lru is breaking because cannot found tag v1.0.0
Issue -
State: closed - Opened by verzth over 2 years ago
- 3 comments
#113 - Add expirable LRU implementation, with generics: make it part of simplelru
Pull Request -
State: closed - Opened by paskal over 2 years ago
- 3 comments
#112 - Use if short statement
Pull Request -
State: closed - Opened by sashamelentyev over 2 years ago
- 1 comment
#111 - Add support for generics
Pull Request -
State: closed - Opened by SoMuchForSubtlety over 2 years ago
- 17 comments
Labels: hacktoberfest-accepted
#110 - [COMPLIANCE] Update MPL 2.0 LICENSE
Pull Request -
State: closed - Opened by hashicorp-copywrite[bot] over 2 years ago
Labels: automated, legal
#109 - project is dead?
Issue -
State: closed - Opened by pkieltyka over 2 years ago
- 1 comment
#108 - add bettermap instead of go map
Pull Request -
State: open - Opened by xuetusc over 2 years ago
- 2 comments
#107 - go map has a memory leak,can help fix it?
Issue -
State: open - Opened by xuetusc over 2 years ago
#106 - Add generic
Pull Request -
State: closed - Opened by xsean2020 over 2 years ago
- 3 comments
#105 - Concurrently calling LRUCache.Get data raced
Issue -
State: closed - Opened by hzxuzhonghu over 2 years ago
- 2 comments
#104 - Golang 1.18: implement generic LRU interfaces
Pull Request -
State: closed - Opened by dongnguyenvt over 2 years ago
- 2 comments
#103 - Suggestion to handle thread safe for LRU Cache
Issue -
State: closed - Opened by nagnagendra over 2 years ago
- 4 comments
#102 - Added AddOrUpdate method to lru
Pull Request -
State: closed - Opened by gkoutsou almost 3 years ago
- 1 comment
#101 - LRU generics
Pull Request -
State: closed - Opened by aviadl almost 3 years ago
- 14 comments
#100 - removeElement panics with nil interface conversion
Issue -
State: closed - Opened by limhyesook almost 3 years ago
- 2 comments
#99 - 1.18
Pull Request -
State: closed - Opened by yangcheng almost 3 years ago
- 1 comment
#98 - Add support for golang 1.18 generics
Issue -
State: closed - Opened by druvv almost 3 years ago
- 4 comments
#97 - can you tag v0.5.5?
Issue -
State: closed - Opened by pkieltyka about 3 years ago
- 1 comment
#96 - What is the advantage over groupcache/lru?
Issue -
State: closed - Opened by oguzyildizz over 3 years ago
- 1 comment
#95 - ARC and 2Q caches are not compatible with LRUCache interface
Issue -
State: closed - Opened by floatdrop over 3 years ago
- 1 comment
#94 - add Values() method to get cache values
Pull Request -
State: closed - Opened by DoubleDi over 3 years ago
- 2 comments
#93 - Update go doc url
Pull Request -
State: closed - Opened by kishaningithub over 3 years ago
- 2 comments
#92 - replace *simplelru.LRU with simplelru.LRUCache in Cache
Pull Request -
State: closed - Opened by henrykin almost 4 years ago
- 1 comment
#91 - Panic on concurrent writes
Issue -
State: closed - Opened by kostassh almost 4 years ago
- 1 comment
#90 - tslru: a thread-safe lru
Pull Request -
State: closed - Opened by laotoutou almost 4 years ago
- 3 comments
#89 - Tslru- thread safe lru
Pull Request -
State: closed - Opened by laotoutou almost 4 years ago
- 1 comment
#88 - Tslru
Pull Request -
State: closed - Opened by laotoutou almost 4 years ago
- 1 comment