duck-read-cache-fs
duck-read-cache-fs copied to clipboard
Compilation speed optimization
As of now, unrelated and useless targets within duckdb is also compiled, for example, unittest and test_sqlite3_api_wrapper, and degrade compilation speed a lot.
We should be able to tweak cmake file a little so they could be skipped. For example, pg_duckdb does the follow https://github.com/duckdb/pg_duckdb/blob/a9faa3cdb9d36881f793fef4fb519ebc675e4a6d/Makefile#L18
Partially resolved by https://github.com/dentiny/duck-read-cache-fs/pull/79 The next step is to split all extension targets into multiple targets, for example, core extension, tests and benchmarks