lookup(N) -> P = global:whereis_name(N), true = is_process_alive(P), lookup(N - 1). This should be enough for error checking, right? ()4> c(map7). {ok,map7} (
)5> map7:test(100000). Populate: 265.2531 Lookup: 0.0831 ok The timings are not much off! -- wagerlabs.com