With records stabilized, it's now possible to write the implementation of cache module. The task is suitable for novice Erlangers — one only needs to devise a record for cache state, then implement getters and setters.
The task can also be of interest for a mature Erlangers. We expect high read rate and low write rate, so one can take this as an exercise in using ETS, Mnesia or whatever (I don't really know anything but keywords).
With records stabilized, it's now possible to write the implementation of
cache
module. The task is suitable for novice Erlangers — one only needs to devise a record for cache state, then implement getters and setters.The task can also be of interest for a mature Erlangers. We expect high read rate and low write rate, so one can take this as an exercise in using ETS, Mnesia or whatever (I don't really know anything but keywords).