Re: ANN: Kern 0.7.0 text parsing lib has fixes, better performance

2013-04-16 Thread Armando Blancas
On Tuesday, April 16, 2013 4:06:51 AM UTC-7, Luca Antiga wrote: > > Great, I just updated clj-toml to 0.7.0 and all tests pass. > Thanks Armando > Very cool, Luca. I'll be looking for other ways to boost performance while keeping the purely functional design. -- -- You received this message be

Re: ANN: Kern 0.7.0 text parsing lib has fixes, better performance

2013-04-16 Thread Luca Antiga
Great, I just updated clj-toml to 0.7.0 and all tests pass. Thanks Armando Luca On Monday, April 15, 2013 6:38:40 PM UTC+2, Armando Blancas wrote: > > This is a much needed clean up and perf boost release. > > https://github.com/blancas/kern > > Function (parse-file) won't choke with big files,

Re: ANN: Kern 0.7.0 text parsing lib has fixes, better performance

2013-04-15 Thread Armando Blancas
You're very welcome. Glad to know the lib is useful. On Monday, April 15, 2013 10:15:30 AM UTC-7, Omer Iqbal wrote: > > Thanks Armando! I've been using kern for a number of projects and I'm > really grateful for the awesome documentation :) > > > > On Tue, Apr 16, 2013 at 12:38 AM, Armando Blanca

Re: ANN: Kern 0.7.0 text parsing lib has fixes, better performance

2013-04-15 Thread Omer Iqbal
Thanks Armando! I've been using kern for a number of projects and I'm really grateful for the awesome documentation :) On Tue, Apr 16, 2013 at 12:38 AM, Armando Blancas wrote: > This is a much needed clean up and perf boost release. > > https://github.com/blancas/kern > > Function (parse-file)

ANN: Kern 0.7.0 text parsing lib has fixes, better performance

2013-04-15 Thread Armando Blancas
This is a much needed clean up and perf boost release. https://github.com/blancas/kern Function (parse-file) won't choke with big files, while new parsers (parse-data) and (parse-data-file) work much faster by relaxing their house-keeping for input that's expected to be alright (e.g., serializ