Daniele Francesconi
Daniele Francesconi
Hi @jtcohen6 thank you for the insights, very useful! I am more than happy to try what you suggested as seems working around the issue in a good way. I...
@ssimeonov sorry for the late answer. Unfortunately my work conditions are changed since then and I was not able to test it in my original environment. However the solution proposed...
Hi, I run the threads changing the code in this way: ``` void *match_counter(void *threadarg) { struct thread_data *tdata = (struct thread_data *) threadarg; printf("starting thread-%d (%zu, %zu)\n", tdata->thread_id, tdata->idx_start,...
Hi, if I change the point to intersect itself in multi thread env it works ok: `sfcgal_geometry_intersects(tdata->listings->array[p].location, tdata->listings->array[p].location)` Could it be wrong the way I build the polygon? This is...