FMFI-UK-1-AIN-412 / formalization-checker-backend

The back end of a tool for checking formalization exercises.
GNU General Public License v3.0
0 stars 5 forks source link

Parallelize and improve migration 001 #35

Open crnkjck opened 1 year ago

crnkjck commented 1 year ago

Migration 001 can be parallelized even within a single transaction by partitioning the solutions by propositions so that updates will not run into conflicts. The process can be made more efficient by preparing the equivalence classes of bad formalizations in memory.