isaacbrodsky / h3-duckdb

Bindings for H3 to DuckDB
Apache License 2.0
170 stars 8 forks source link

Suggest Ninja for building DuckDB and this extension in the README? #59

Closed marklit closed 1 year ago

marklit commented 1 year ago

It can use multiple cores by default and is much faster. Without it, DuckDB alone can take over an hour to compile.

$ GEN=ninja make duckdb_release release
isaacbrodsky commented 1 year ago

Seems like a good improvement -- the build is really quite slow if not parallelized.