Skip to content

Simple exercise in building a concurrent cache using go channels.

Notifications You must be signed in to change notification settings

scaganoff/concurrent_cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Concurrent Cache

A simple exercise in building a concurrent cache using go and channels.

The cache has in input channel for requests and an output channel for responses All activity is serialised through the input channel effectively acting as a mutex.

About

Simple exercise in building a concurrent cache using go channels.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages