March 17, 2015
12:25 p.m.
yes, thatâs because info is cached (and refreshed each 6h) so, each 6h someone will have a slow request :) Esteban
On 17 Mar 2015, at 13:16, Sven Van Caekenberghe <sven@stfx.eu> wrote:
On 17 Mar 2015, at 12:52, Sean P. DeNigris <sean@clipperadams.com> wrote:
Sven Van Caekenberghe-2 wrote
And it is fast as well: 0.33 seconds for me.
Yes! For me 26ms for the GET and 43ms to parse.
Actually the parsing is way faster:
json := ZnClient new get: 'http://smalltalkhub.com/list/json'.
[ NeoJSONReader fromString: json ] bench.
=> '21.895 per second'
So, 0.05 seconds to parse ;-)