• Joined on 2023-11-14
i21017 pushed to main at i21017/JavaTypeUnify 2024-03-25 15:34:37 +00:00
62a04d0216 implemented constraintsetrepository in TypeUnifyTask
i21017 pushed to main at i21017/JavaTypeUnify 2024-03-25 15:11:38 +00:00
3f9929c878 added class for managing already calculated sets
i21017 pushed to performanceTestRecursionOptimization at i21017/JavaTypeUnify 2024-03-25 13:21:00 +00:00
cede62ef88 changed Set<Set<Set<UnifyPair>>> to Set<Integer> with hash based values in ConstraintSetRepository
i21017 pushed to performanceTestRecursionOptimization at i21017/JavaTypeUnify 2024-03-25 12:00:17 +00:00
3582a2788c removed unused import
i21017 pushed to performanceTestRecursionOptimization at i21017/JavaTypeUnify 2024-03-25 11:56:30 +00:00
a78f631669 changed intern List in ConstraintSetRepository to HashSetfor better performance
i21017 pushed to performanceTestRecursionOptimization at i21017/JavaTypeUnify 2024-03-25 11:34:30 +00:00
319ee02071 implemented ConstraintSetRepository in TypeUnifyTask
i21017 pushed to performanceTestRecursionOptimization at i21017/JavaTypeUnify 2024-03-25 09:25:59 +00:00
220c8b97b1 added class for managing already calculated sets
i21017 pushed to performanceTestRecursionOptimization at i21017/JavaTypeUnify 2024-03-25 09:13:20 +00:00
i21017 created branch performanceTestRecursionOptimization in i21017/JavaTypeUnify 2024-03-25 09:13:20 +00:00
i21017 deleted branch performanceTestRecursionOptimization from i21017/JavaTypeUnify 2024-03-25 09:12:39 +00:00
i21017 pushed to performanceTestRecursionOptimization at i21017/JavaTypeUnify 2024-03-23 16:01:56 +00:00
5b9ebcf8b6 added class for checking already claculated sets
i21017 pushed to performanceTestRecursionOptimization at i21017/JavaTypeUnify 2024-03-23 10:40:52 +00:00
i21017 created branch performanceTestRecursionOptimization in i21017/JavaTypeUnify 2024-03-23 10:40:52 +00:00
i21017 pushed to performanceTestVarianceZero at i21017/JavaTypeUnify 2024-03-23 10:37:53 +00:00
e53dda3b32 removed variance calculations
i21017 pushed to performanceTestVarianceZero at i21017/JavaTypeUnify 2024-03-23 10:25:56 +00:00
ed0b0b764f removed variance based threading
i21017 pushed to main at i21017/JavaTypeUnify 2024-03-23 09:40:00 +00:00
2573ae7e81 removed variance calculations
i21017 pushed to main at i21017/JavaTypeUnify 2024-03-21 11:10:54 +00:00
7d49c11dfa removed variance based threading
i21017 pushed to performanceTestThreadCounter at i21017/JavaTypeUnify 2024-03-20 12:47:26 +00:00
6ce0f5a5c2 implemented unifyresultmodel for standalone type unify
i21017 pushed to performanceTestUnifyResultModel at i21017/JavaTypeUnify 2024-03-20 12:46:55 +00:00
91c67c04e2 fixed unifyresultmodelparallel for standalone type unify
06b5a43550 implemented unifyresultmodel for standalone type unify
Compare 2 commits »
i21017 pushed to performanceTestUnifyTaskModel at i21017/JavaTypeUnify 2024-03-20 12:43:22 +00:00
1c518697bd implemented unifyresultmodel for standalone type unify