[erlang-questions] The most effective way to check ETS-table created

Sverker Eriksson sverker.eriksson@REDACTED
Mon Aug 17 14:27:56 CEST 2015



On 07/16/2015 02:09 PM, Oleksii Semilietov wrote:
> Did somebody make research about the most cheap and effective way to 
> check is ets table exists?
>
> What should be faster ets:info(Table) or ets:first(Table) with 
> exception?  Any other suggestion?
>
>
I would think ets:info(Table, size) is cheapest.

/Sverker, Erlang/OTP

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20150817/982ab073/attachment.htm>


More information about the erlang-questions mailing list