Jean Sirmai jean
  • Joined on 2023-10-16
jean pushed to dev/graph_opt_mem at gem-graph/gem-graph-client 2023-10-23 17:29:19 +02:00
7813041ad5 WIP: in /graphics.c (1) g_realloc() only if (arrows_nb > 0) line 603 & (2) abnormal value of buffer_vertex_size (line 738)
3f708e2afc WIP: erreurs grilles à analyser (vertex + lignes) - certaines valeurs son bonnes
Compare 2 commits »
jean pushed to dev/graph_opt_mem at gem-graph/gem-graph-client 2023-10-22 20:02:51 +02:00
9a1023b0b2 WIP: offset_vertex était bien un doublon de buffer_vertex_size : premières images (ridges) OK
1b6601005c WIP: nettoyage. 'buffer_vertex_size' et 'offset_vertex' étaient quasiment des doublons (id. pour colors & lines)
Compare 2 commits »
jean pushed to dev/graph_opt_mem at gem-graph/gem-graph-client 2023-10-22 17:57:27 +02:00
1a7a535f45 WIP: Une erreur est due au g_realloc() dans erase_arrow() in /graphics.c (ligne 601)
6bbc3a3aa8 WIP: nettoyage Il y a une erreur dans set_arrow() ou dans son affichage
Compare 2 commits »
jean pushed to dev/graph_opt_mem at gem-graph/gem-graph-client 2023-10-21 11:35:02 +02:00
e58d86a58f PAS D'ERREURS SUR >100 EXEC. ÉCONOMIE MAX (VERTEX, LIGNES). À TESTER ET OPTIMISER.
jean pushed to dev/graph_opt_mem at gem-graph/gem-graph-client 2023-10-20 14:43:36 +02:00
89c593ad38 WIP: Outil de mesure du temps CPU pour des nombres de vertex croissants; 'décrochage' exp vers 10⁶ vertex
jean pushed to dev/graph_opt_mem at gem-graph/gem-graph-client 2023-10-19 23:07:53 +02:00
6bce5e4588 WIP: UN BON POINT DE DÉPART POUR CHERCHER D'OÙ VIENT L'ERREUR DE SEGMENTATION
jean pushed to dev/graph_opt_mem at gem-graph/gem-graph-client 2023-10-19 22:56:34 +02:00
1a8b292cab WIP: preuve graphique (six flèches vers six pôles dessinées par un trait)
650cf66c07 WIP: preuve graphique (six flèches vers six pôles dessinées par un trait)
Compare 2 commits »
jean pushed to dev/graph_opt_mem at gem-graph/gem-graph-client 2023-10-19 12:38:03 +02:00
bf0e192615 WIP: (micro) > deux vertex par flèche (1ère ébauche)
jean pushed to dev/graph_opt_mem at gem-graph/gem-graph-client 2023-10-18 09:22:05 +02:00
52c3fee834 GEOMETRIC RANDOM TESTS OK - RAND() % 160 - REALLOC FOR EACH VERTEX & LINE
jean pushed to dev/graph_opt_mem at gem-graph/gem-graph-client 2023-10-17 23:09:17 +02:00
fee555c006 Ça ma plait bien, ces flèches dessinées par un seul trait. C'est lisible.
jean pushed to dev/graph_opt_mem at gem-graph/gem-graph-client 2023-10-17 22:21:28 +02:00
c9245ce444 OK VERTEX D'ABORD, LIGNES ENSUITE - Vérifié graphiquement pour de petits nombres tirés au sort
jean pushed to dev/graph_opt_mem at gem-graph/gem-graph-client 2023-10-17 20:41:49 +02:00
ab5942d0bf OK VERTEX D'ABORD, LIGNES ENSUITE
853856955d WIP: vérif en cours : le nombre de vertex a l'air bon; le pb est du côté des lignes
6af1ece434 WIP: vérif en cours : le nombre de vertex a l'air bon; le pb est du côté des lignes
8b7e7c0f28 WIP: modifications mineures; reste une petite erreur de dessin d'une grille... je vais ailleurs
Compare 4 commits »
jean created branch dev/graph_opt_mem in gem-graph/gem-graph-client 2023-10-16 22:22:43 +02:00
jean pushed to dev/graph_opt_mem at gem-graph/gem-graph-client 2023-10-16 22:22:43 +02:00
fc271cf2ef WIP: optimisation: les vertex d'abord, les lignes ensuite. (1èr essai)
jean pushed to dev/graph_opt_23_10_15 at gem-graph/gem-graph-client 2023-10-16 21:36:21 +02:00
01fcc4f69e REF: OK POUR DES PETITES VALEURS (RANDOM) - VERTEX & LIGNES GROUPÉES