Skip to content

Commit ad5241b

Browse files
committed
Update TODO file
1 parent e859b5b commit ad5241b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CompilerForCAP/TODO

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
Speed:
22

33
* reduce number of calls to `StructuralCopy`
4-
* get value of all expression from jit args only once
5-
* logic templates per category?
6-
* drop unused variables completely (instead of marking them with _UNUSED_)
74

85
Features:
96

107
* list expressions for logic templates
118
* do not inline variables but only a reference to them for the logic to use
129
* support compilation of operations
13-
* support assigning a variable multiple times, at least in different if branches
10+
* For categories with finitely many objects (or morphisms): detect parts of the code which can be precomputed, e.g. hom_structure_on_basis_paths in Algebroids.

0 commit comments

Comments
 (0)