loading page

Technical Report
  • gleicon
gleicon

Corresponding Author:[email protected]

Author Profile

Abstract

Local data storage went a long way from flat files to embedded databases across different operational systems and programming languages. Specially in the Go language landscape there have been a surge of libraries to provide local data storage. In this review I will show how I used three different Go libraries to implement a file backed Memcached clone. The take out is a profile method based in a few characteristics to help picking the best library for the job.