<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="margin: 0px; font-family: Monaco; background-color: rgb(251, 248, 255);" class="">Data = list_to_binary(lists:duplicate(256,$x)).</div><div style="margin: 0px; font-family: Monaco; background-color: rgb(251, 248, 255);" class=""><div style="margin: 0px;" class="">timer:tc(fun() -> lists:foreach(fun(_) -> QR = qrcode:encode(Data), qrcode_demo:simple_png_encode(QR) end, lists:seq(1,5)) end).</div><div style="margin: 0px;" class="">{1401102,ok}</div><div style="margin: 0px;" class=""><br class=""></div><div style="margin: 0px;" class="">The performance is nearly there ( running on my mac using only one core )</div><div style="margin: 0px;" class=""><br class=""></div><div style="margin: 0px;" class="">/Tony</div><div style="margin: 0px;" class=""><br class=""></div></div><div><blockquote type="cite" class=""><div class="">On 1 okt 2015, at 00:13, Theepan <<a href="mailto:vasdeveloper@gmail.com" class="">vasdeveloper@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Team,<div class=""><br class=""></div><div class="">I am in need of a QR code generator library for Erlang, to generate QR code PNG images of 256 alpha numeric characters.</div><div class=""><br class=""></div><div class="">When I searched the Internet, I found one on GitHub. Have anyone of you used it? Do you have any recommendations?</div><div class=""><br class=""></div><div class="">The performance I need is 5 QR code images generation per second.</div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">Theepan</div></div>
_______________________________________________<br class="">erlang-questions mailing list<br class=""><a href="mailto:erlang-questions@erlang.org" class="">erlang-questions@erlang.org</a><br class="">http://erlang.org/mailman/listinfo/erlang-questions<br class=""></div></blockquote></div><br class=""></body></html>