Skip to content

Commit 42eac42

Browse files
authored
Update README.md
1 parent 46812bc commit 42eac42

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ This is a *pure Julia* implementation of FFTs, with the goal that this could sup
55

66
Path Forward:
77
- Dispatch on `Real`
8+
- `@inbounds` use
9+
- Instead of `@view`, just `vec` and `ArrayInterfaces.restructure` and then use `CPtr` instead.
10+
- Use `StaticArrays` for the workspace in small cases
11+
- Strictly generate code for certain cases
812
- Create a SIMD type for Complex numbers
913
- E-Graphs for the call-graph
10-
- Instead of `@view`, just `vec` and `ArrayInterfaces.restructure` and then use `CPtr` instead.
1114
- Accelerate dynamic dispatching?
1215
- Other performance left on the table....
1316

0 commit comments

Comments
 (0)