Ashish Negi

Results 24 comments of Ashish Negi
trafficstars

@quodlibetor The current implementation keeps `single` space for days like `18` See [test](https://github.com/chronotope/chrono/pull/249/files#diff-8daac88609c52af7718d9f334e7a2bf7R1369) The idea is to always keep only `single` space no matter whether is single-digit day or double-digit...

@quodlibetor I have addressed your one comment. I am not sure if this should go in 0.5 or before. I will leave that to your best judgement. Appreciate your patience...

@quodlibetor Are we going to merge this ?

@rifaterdemsahin Can you try with deleting the folder ; `C:\Users\Admin\AppData\Local\Temp\TestApplicationPackage_2774593837505` ?

Just to be clear, hand written code is not optimized for a particular query. It is a parser for our language spec. We are benchmarking with the code that we...

Thanks. I had read that document, but missed the SLL part. **Q.** For seeding and warmup to work, will all query parsing have to go through same parser object ?...

I would look into ATNDeserializer. Thanks for your suggestions. We will definitely use ANTLR if we can bring down numbers to 2-3x times that of current implementation.

I asked this in antlr/antlr4 page. We found that lexing is taking most of the time : However, i am not sure to continue discussion there as it seems that...