Skip to content
/ timap Public

wrapper over sync.Map that allows to set life time for each key-value pair

License

Notifications You must be signed in to change notification settings

tiny-go/timap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timap

Report Card GoCover

Different map implementations

  • Timap is a wrapper over sync.Map that allows to set life time for each key-value pair.
  • CtxMap allows storing key/value pairs with context to be deleted once the context is cancelled or its deadline is exceeded.

About

wrapper over sync.Map that allows to set life time for each key-value pair

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages