Erlang (programming language)/Tutorials/gb sets: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 August 2009

2 February 2009

14 November 2008

  • curprev 13:0413:04, 14 November 2008imported>Eric Evers 1,080 bytes +1,080 New page: =gb_sets= Why go to the bother of using a structure other than a list for sets? Normally for small sets, lists work fine. But operations on lists are slow, and awkward if the list is long...