[m-users.] JSON library for Mercury

John Zabroski johnzabroski at gmail.com
Fri Mar 1 11:23:07 AEDT 2019


Hi Xiadhu,

In terms of performance testing, a fairly trivial benchmark is to generate
x years of minutely (or hourly) tick data and see how, as the size gets
bigger, the performance changes. This is useful to make sure you don't have
any logarithmic or exponential time "hidden loops".

What do you think?

On Tue, Feb 26, 2019, 5:02 PM 王小虎 <xiaohu.wang0921 at gmail.com> wrote:

> Hello everyone,
>
> I recently wrote a Mercury module for processing JSON data. It is my first
> time to do something useful with Mercury, and I really want to have some
> feedback from you guys before continuing working on it. I put my code in
> https://github.com/XiaohuWang0921/mercury-json, so please take a look
> there and tell me what you think. Thanks!
>
> Greetings
>
> Xiaohu Wang
> _______________________________________________
> users mailing list
> users at lists.mercurylang.org
> https://lists.mercurylang.org/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurylang.org/archives/users/attachments/20190228/aee915c5/attachment.html>


More information about the users mailing list