https://github.com/arl/ccache
Go2 experiment to write a concurrent cache
https://github.com/arl/ccache
cache caching concurrent go go2 golang
Last synced: 12 days ago
JSON representation
Go2 experiment to write a concurrent cache
- Host: GitHub
- URL: https://github.com/arl/ccache
- Owner: arl
- License: mit
- Created: 2020-07-15T16:22:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T09:48:11.000Z (almost 6 years ago)
- Last Synced: 2025-03-23T14:42:14.448Z (about 1 year ago)
- Topics: cache, caching, concurrent, go, go2, golang
- Language: Shell
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ccache
Go2 experiment to write a concurrent cache
These experiments are based on the [`dev.go2go`](https://go.googlesource.com/go/+/refs/heads/dev.go2go/README.go2go.md)
branch. They can be run locally after building that branch and using the `go tool go2go` transation tool.
At the moment `go2go` doesn't support the import of packages with `.go2`.