penguian / Boolean-Cayley-graphs

Investigations of Boolean functions, their Cayley graphs, and associated structures.
GNU General Public License v3.0
6 stars 1 forks source link

Speed up the creation of databases #44

Closed penguian closed 2 years ago

penguian commented 3 years ago

The creation of the CAST128 database using sqlite3 takes about 3 days. See the plots on slide 80 of the talk "Yet another database of strongly regular graphs: Classifying bent functions by their Cayley graphs"

This needs to be faster. There are a few ways to accomplish this:

  1. Try other DBMS, such as DuckDB
  2. Speed up the existing Sqlite3 and PostgreSQL interfaces.
penguian commented 2 years ago

Closed by #45