Erlang lists:keyfind or proplists:get_value?
May 2010

Some days ago I quickly went through a post by Sergio Veiga, stating an interesting difference in speed between two Erlang functions which basically have the same functionality of retrieving a value from a list: lists:keyfind/3 and proplists:get_value/2. Intrigued, I decided to perform additional testing, by performing a small benchmark of a random key retrieval [...]