Re: Performance Improvements with Code Generation

2022-01-01 Thread Xiangdong Huang
Hi, Julian has shared with me some results and indeed it has a big improvement in some cases. This work is promising, but we must avoid the cases that code generation time cost > saved time cost... Best, --- Xiangdong Huang School of Software, Tsinghua University

Re: Performance Improvements with Code Generation

2022-01-01 Thread Chao Wang
Hi Julian, Great Job! Looking forward to your later work. BTW, happy new year for everybody! Thanks! Chao Wang BONC ltd ccgow...@163.com On 1/1/2022 06:44,Julian Feinauer wrote: Hi all, after a short discussion I had today with Jialin I took some minutes to see if / how code g

Performance Improvements with Code Generation

2021-12-31 Thread Julian Feinauer
Hi all, after a short discussion I had today with Jialin I took some minutes to see if / how code generation could help us to impove the performance on Queries. The first thing I looked at was the Filterin in the SeriesReader. Currently many Filters have if conditions / branches in their `satisf