Spadavecchia / lazy_map

Lazy maps for Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LazyMap

Data structure with the same public interface of a Map implementing the Access behaviour and the Enumerable protocol.

Difference with normal map is that their values are computed and cached when they are requested.

About

Lazy maps for Elixir


Languages

Language:Elixir 100.0%