Search Results

3
votes

lists:usort for nth element in tuple

Have you tried keysort/2 function (or its counterpart …
1
vote

Suitable data storage backend for Erlang application when data doesn’t fit memory

Is there any reason why you can't just use a file system, treating filename as your string id and file contents as a binary blob? You can choose one (filesystem) that fits your performance requirem …