[erlang-questions] How to use ets with a foreach way?

Vance Shipley vances@REDACTED
Tue May 28 06:25:47 CEST 2013


On Tue, May 28, 2013 at 10:27:03AM +0800, 饕餮 wrote:
}  Like [A+1|A<-List]
}  How to use ets like this in efficient way?

	ets:foldl/3 http://www.erlang.org/doc/man/ets.html#foldl-3

-- 
	-Vance



More information about the erlang-questions mailing list