memo

package
v0.0.0-...-5daf3a2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package memo provides a concurrency-unsafe memoization of a function of type Func.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Func

type Func func(key string) (interface{}, error)

Func is the type of the function to memoize.

type Memo

type Memo struct {
	// contains filtered or unexported fields
}

A Memo caches the results of calling a Func.

func New

func New(f Func) *Memo

func (*Memo) Get

func (memo *Memo) Get(key string) (interface{}, error)

NOTE: not concurrency-safe!

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL