Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdboyer/memoize
https://github.com/sdboyer/memoize
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sdboyer/memoize
- Owner: sdboyer
- License: mit
- Created: 2015-10-03T00:57:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-07T15:26:46.000Z (about 9 years ago)
- Last Synced: 2023-04-11T19:34:44.450Z (over 1 year ago)
- Language: Go
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Memoize
Memoize is a `go generate`-based tool for automatically generating performant and typesafe memoized versions of functions (or methods).