mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-11-26 04:23:28 +00:00
This gets the census `== 'Dawson Creek'` query down to ~410ms from ~650ms. That still seems much slower than it should be. Am I accidentally doing a copy? Now to go learn how to profile C++ code...