Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / muesli/cache2go issues and pull requests

#71 - fix:more accurate comment;more efficient slice

Pull Request - State: open - Opened by ZMbiubiubiu 7 months ago - 1 comment

#69 - Proposal to Integrate SIEVE Eviction Algorithm

Issue - State: open - Opened by yazhuo about 1 year ago

#68 - fix: reslove that data loader returns a diff item from cache

Pull Request - State: open - Opened by Leepolar almost 2 years ago

#67 - [Feature Request] Change item lifeSpan

Issue - State: closed - Opened by GalileoCap about 2 years ago - 1 comment

#66 - FIX: Add item returned by loadData

Pull Request - State: open - Opened by GalileoCap about 2 years ago

#65 - PR to get cached value without updating it's keep alive

Issue - State: open - Opened by RatkoR about 2 years ago - 1 comment

#63 - update github actions

Pull Request - State: closed - Opened by dvrkps over 2 years ago - 1 comment

#62 - Remove unnecessary if statements

Pull Request - State: open - Opened by Fuerback over 2 years ago

#61 - Feature: get the value but not update the expiration time (#57)

Pull Request - State: open - Opened by sirodeneko over 2 years ago

#60 - please deletion based on createtime.

Issue - State: open - Opened by hooklab almost 3 years ago

#59 - Feature for the possibility of deletion based on create time.

Pull Request - State: open - Opened by dreamblack86 about 3 years ago - 1 comment

#58 - no need use if condition before range

Pull Request - State: open - Opened by aktalk about 3 years ago

#57 - I hope to provide a method: get the value but not update the expiration time

Issue - State: open - Opened by sirodeneko over 3 years ago - 5 comments

#56 - fix typo

Pull Request - State: closed - Opened by nicewook over 3 years ago - 2 comments

#55 - Support deploy in distribution environment?

Issue - State: closed - Opened by wwhai over 3 years ago - 5 comments

#54 - addInternal() call expirationCheck() is not a good idea

Issue - State: open - Opened by brightyuan about 4 years ago - 1 comment

#53 - CacheTable.Add() should not use “defer table.unlock ”

Issue - State: open - Opened by brightyuan about 4 years ago

#52 - Removing item.RLock() from expirationCheck

Pull Request - State: closed - Opened by vaibhavsanap about 4 years ago

#51 - Add GitHub workflows

Pull Request - State: closed - Opened by muesli about 4 years ago - 1 comment

#50 - feat(cachetable): add expiresBycreatedOn options to cachetable

Pull Request - State: open - Opened by liuliangzzz about 4 years ago - 1 comment

#49 - Panic occurs when you use the new create struct to access the key

Issue - State: closed - Opened by sandaawa over 4 years ago - 1 comment
Labels: question

#48 - concurrent cache management

Pull Request - State: open - Opened by lakshanwd over 4 years ago - 1 comment

#47 - Why creating a Cache requires Double check whether the table exists or not.

Issue - State: closed - Opened by CoolLiuzw over 4 years ago - 1 comment

#46 - improve NotFoundAdd method on cachetable.go

Pull Request - State: closed - Opened by KZHIWEI over 4 years ago - 3 comments

#43 - [bug]: delete operation in Foreach causes a deadlock

Issue - State: open - Opened by RealLiuSha about 5 years ago - 3 comments

#42 - Add current go version to Travis

Pull Request - State: closed - Opened by yutita over 5 years ago - 3 comments

#40 - table.addedItem does not need to be a array

Issue - State: closed - Opened by ahdong2007 over 5 years ago - 1 comment

#39 - Update cachetable.go

Pull Request - State: closed - Opened by buptliuwei over 5 years ago - 2 comments

#38 - Logger init

Pull Request - State: closed - Opened by nichtsen over 5 years ago - 1 comment

#36 - can remove the CacheTable

Pull Request - State: closed - Opened by smallnest over 5 years ago - 2 comments

#35 - if registered dataload, Value() not thread safe

Issue - State: open - Opened by winxxp over 5 years ago - 2 comments

#34 - Allow for setting an upper limit on memory usage

Issue - State: open - Opened by gurre over 5 years ago - 2 comments

#33 - Question about SetAddedItemCallback

Issue - State: closed - Opened by NicholasLiuWei over 5 years ago - 3 comments

#32 - [Feature Request] Persisting cache data to disk

Issue - State: open - Opened by vzool over 5 years ago - 3 comments

#31 - using the cleanupTime to checkExpiration instead of cleanupInterval

Pull Request - State: open - Opened by icaiyu over 5 years ago - 1 comment

#30 - why not have a map to storage the eternal item?

Issue - State: open - Opened by icaiyu over 5 years ago - 2 comments

#29 - Callback queue

Pull Request - State: closed - Opened by trapajim over 5 years ago - 7 comments

#28 - could not visit CacheItem.Data in AboutToExpireCallback

Pull Request - State: open - Opened by xiehuc almost 6 years ago

#27 - add Set,List,Hash

Pull Request - State: open - Opened by znddzxx112 almost 6 years ago - 2 comments

#26 - Foreach method can support break

Issue - State: closed - Opened by xyslion about 6 years ago - 1 comment

#25 - How about start a channel to exec callback

Issue - State: closed - Opened by aireet about 6 years ago - 1 comment

#24 - AfterFunc with go

Issue - State: open - Opened by learnergo about 6 years ago - 4 comments

#23 - Bump Go versions

Pull Request - State: closed - Opened by HaraldNordgren over 6 years ago - 1 comment

#22 - fix missing dots

Pull Request - State: closed - Opened by Jnchk over 6 years ago - 3 comments

#21 - new cache double check

Issue - State: closed - Opened by kimmykuang over 6 years ago - 3 comments

#20 - fix loadData add different item

Pull Request - State: open - Opened by winxxp over 6 years ago - 2 comments

#19 - callback should be a queue?

Issue - State: open - Opened by GerryLon over 6 years ago - 3 comments

#18 - [BUG] Fatal ERROR when concurrent map write and read

Issue - State: closed - Opened by daymade about 7 years ago - 3 comments
Labels: duplicate

#17 - #feature: please lru rule.

Issue - State: open - Opened by rfyiamcool about 7 years ago
Labels: enhancement

#16 - Does the value never expire when the lifespan is zero?

Issue - State: closed - Opened by scissorsfeet about 7 years ago - 1 comment

#15 - Maybe expirationCheck() which in cachetable.go have a little issues?

Issue - State: open - Opened by Hu-Jiang about 7 years ago - 1 comment

#14 - fix addInternal() something unreasonable

Pull Request - State: open - Opened by qwb2333 over 7 years ago - 1 comment

#13 - I think there are something unreasonably

Issue - State: open - Opened by qwb492859377 over 7 years ago - 4 comments

#12 - why not move table.Lock() into table.addInternal()?

Issue - State: closed - Opened by yiyang5055 over 7 years ago - 2 comments

#11 - Double check whether the table exists or not when creating new one

Pull Request - State: closed - Opened by emac over 7 years ago - 3 comments

#10 - question about go use

Issue - State: closed - Opened by sunxiao2010n over 7 years ago - 1 comment

#9 - go1.8 can't iterate over map while writing to it

Issue - State: closed - Opened by ZGeomantic almost 8 years ago - 3 comments
Labels: bug

#8 - Maybe is problem with Less function although this function is unused.

Issue - State: closed - Opened by spring410 about 8 years ago - 1 comment

#7 - update smallestDuration

Pull Request - State: closed - Opened by ck89119 over 8 years ago - 6 comments

#6 - Update cachetable.go

Pull Request - State: closed - Opened by xiaox0321 over 8 years ago - 2 comments

#4 - Added example of aboutToExpire callback function

Pull Request - State: closed - Opened by nofrish over 9 years ago - 1 comment

#3 - Added example of aboutToExpire callback function

Pull Request - State: closed - Opened by nofrish over 9 years ago

#2 - add method NotFoundAdd.

Pull Request - State: closed - Opened by winxxp over 9 years ago - 2 comments

#1 - add foreach method.

Pull Request - State: closed - Opened by winxxp over 9 years ago - 1 comment