gotcha icon indicating copy to clipboard operation
gotcha copied to clipboard

gotcha: inmemory-cache in Go (Golang) with customizable algorithm

Results 3 gotcha issues
Sort by recently updated
recently updated
newest added

Could you explain a reason to implement MaxMemory using a simple json/encoding to count the byte size? Because simple json/encoding using at least TWICE memory than actual objects!!! MaxMemory should...

TODO - [ ] Add CI/CD to ensure this - [ ] Add Linter

enhancement

Update the documentation (including godoc) to be more proper and understandable

help wanted
good first issue