Re: Generate a million file from a template

2016-08-22 Thread Abhinav Gogna
ou a random number in the range without as much effort. > > (+ 1000 (rand-int 999000)) > > > > On Saturday, August 20, 2016 at 1:51:11 PM UTC-4, Abhinav Gogna wrote: >> >> Hello, >> >> I am trying to generate lot of files using futures but it hasn't sped

Generate a million file from a template

2016-08-20 Thread Abhinav Gogna
Hello, I am trying to generate lot of files using futures but it hasn't sped up the process that hoped for. Here is the code I am using. Can someone point what I am doing wrong? (ns jsonworker.core (:require [cheshire.core :refer :all ])) (defn parse-json [file-loc] (parse-stream