An open API service indexing awesome lists of open source software.

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

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`.