shamilton
  • Joined on 2025-09-06
shamilton pushed to main at shamilton/coupons 2025-09-14 03:27:00 +00:00
197ff389db Copy over some MSDN code into tcp_client.h. Beginning of project
shamilton created branch main in shamilton/coupons 2025-09-14 03:27:00 +00:00
shamilton created repository shamilton/coupons 2025-09-14 03:26:33 +00:00
shamilton pushed to main at shamilton/LivePlotter 2025-09-12 14:43:31 +00:00
2c20254c23 readme mods
shamilton pushed tag v0.1.0 to shamilton/LivePlotter 2025-09-11 19:49:05 +00:00
shamilton released Usable at shamilton/LivePlotter 2025-09-11 19:49:05 +00:00
shamilton pushed to main at shamilton/LivePlotter 2025-09-11 19:47:59 +00:00
90c3023618 readme mods
shamilton pushed to main at shamilton/LivePlotter 2025-09-11 19:38:02 +00:00
60ad2c5da5 readme mods
shamilton pushed to main at shamilton/LivePlotter 2025-09-11 19:31:20 +00:00
bedb7d93e9 remove unneeded files
shamilton pushed to main at shamilton/LivePlotter 2025-09-11 19:30:11 +00:00
7f0d52c3a0 Add readme and example csharp dll interface class.
shamilton pushed to main at shamilton/LivePlotter 2025-09-11 18:43:25 +00:00
6d47b81b1f demo worthy. Plenty more work could be done, but not terrible
2821847ce2 Can build the project. Now trying to isolate opengl problem
2d38f74371 saving alternate build method. About to go back to regular visual studio build, but may pursue this approach in the future
7c4f089f2e should refer to faces array directly (not pointer to pointer)
1c7a9900be pool allocation. not working. not sure why. will travel back in time...
Compare 6 commits »
shamilton pushed to cleanup_alternate_build at shamilton/LivePlotter 2025-09-11 18:21:59 +00:00
6d47b81b1f demo worthy. Plenty more work could be done, but not terrible
shamilton pushed to cleanup_alternate_build at shamilton/LivePlotter 2025-09-11 13:24:39 +00:00
2821847ce2 Can build the project. Now trying to isolate opengl problem
2d38f74371 saving alternate build method. About to go back to regular visual studio build, but may pursue this approach in the future
Compare 2 commits »
shamilton created branch cleanup_alternate_build in shamilton/LivePlotter 2025-09-11 13:24:39 +00:00
shamilton pushed to main at shamilton/GeneticAlgo 2025-09-10 13:35:59 +00:00
0c50887cc9 Merge branch 'alternate_multithreaded'
f7e804607f Debugged multithreaded version. Now investigating some performance issues (not every thread is being used). This is an interesting version.
5a048bf469 Running. Only tested single thread version. Stats are looking nice. Needs more validation
1b8801519e draft complete. debugging
Compare 4 commits »
shamilton pushed to alternate_multithreaded at shamilton/GeneticAlgo 2025-09-10 05:47:11 +00:00
f7e804607f Debugged multithreaded version. Now investigating some performance issues (not every thread is being used). This is an interesting version.
shamilton pushed to alternate_multithreaded at shamilton/GeneticAlgo 2025-09-10 00:57:37 +00:00
5a048bf469 Running. Only tested single thread version. Stats are looking nice. Needs more validation
shamilton pushed to alternate_multithreaded at shamilton/GeneticAlgo 2025-09-09 14:40:05 +00:00
1b8801519e draft complete. debugging
shamilton created branch alternate_multithreaded in shamilton/GeneticAlgo 2025-09-09 14:40:05 +00:00
shamilton pushed to main at shamilton/GeneticAlgo 2025-09-08 07:23:50 +00:00
5b53b7ff85 first running multithreaded version. nasty deadlock bug exists. Realizing that Perhaps I should just have each thread running a completely separate situation. Why synchronize when you don't need to?