erlang 进程消息及ets性能测试

进程消息发送与接收html 1> test:test_proc_msg(10000000, {"test"}). {3145000,ok} 2> test:test_proc_msg(10000000, {"test","test"}). {3731000,ok} 3> test:test_proc_msg(10000000, {"testtesttesttest"}). {4428000,ok}
相关文章
相关标签/搜索