Erlang (programming language)/Tutorials/DETS: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Eric Evers
(New page: =DETS= DETS is a disk based version of ETS. It works in a similar way as ETS but the access behavior is a little different.)
(No difference)

Revision as of 09:53, 27 June 2008

DETS

DETS is a disk based version of ETS.

It works in a similar way as ETS but the access behavior is a little different.