[go-nuts] Re: [ANN] Koazee a library inspired by functional programming and lazy evaluation that takes the hassle out of working with arrays

2018-12-01 Thread ivan . corrales
Last weeks I've been working on improving performance in Koazee. I put in practice all your advices and even though I don't have a second release ready, I wrote an article to share my experience trying to improve performance

Re: [go-nuts] [ANN] Koazee a library inspired by functional programming and lazy evaluation that takes the hassle out of working with arrays

2018-11-13 Thread ivan . corrales
Thanks a million rog! I completely understand what you say. Regarding to the performance, I didn't expect as bad performance as I found yesterday when running my benchmark test and I will be focused on being able to improve it as much as I can. I found a way to improve performance in

Re: [go-nuts] [ANN] Koazee a library inspired by functional programming and lazy evaluation that takes the hassle out of working with arrays

2018-11-12 Thread ivan . corrales
Hey Bakul again, I've been having a look at kona, and the project looks so good, I will look in deep trying to get some good ideas as you recommend me, In regards to the code generation, I've never done to be honest, but obviously the performance should be better. By the way, @Marko_Ristin

Re: [go-nuts] [ANN] Koazee a library inspired by functional programming and lazy evaluation that takes the hassle out of working with arrays

2018-11-12 Thread ivan . corrales
Hey Bakul thank you so much for your feedback, It's so great receive these kind of suggestions, I will create the required issue for implementing it. Cheers! El lunes, 12 de noviembre de 2018, 12:17:12 (UTC+1), Bakul Shah escribió: > > On Nov 11, 2018, at 11:27 AM, Iván Corrales Solera < >

[go-nuts] [ANN] configuration file database mollydb

2018-04-17 Thread ivan . corrales . solera
Hey guys, A few weeks ago I was working on implementing a database that managed configuration files (in the very first version would only deal with yml) . This database provide a GraphQL Api which could be used to access to information but also to register hooks. I have some ideas to make