MilesCranmer commited on
Commit
8dd0aec
·
1 Parent(s): 1fca015

More ideas for speed

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -227,6 +227,9 @@ pd.DataFrame, Results dataframe, giving complexity, MSE, and equations
227
 
228
  # TODO
229
 
 
 
 
230
  - [ ] Refresh screen rather than dumping to stdout?
231
  - [ ] Test suite
232
  - [ ] Add ability to save state from python
 
227
 
228
  # TODO
229
 
230
+ - [ ] Async threading, and have a server of equations. So that threads aren't waiting for others to finish.
231
+ - This is a huge bottleneck right now.
232
+ - [ ] Use @fastmath
233
  - [ ] Refresh screen rather than dumping to stdout?
234
  - [ ] Test suite
235
  - [ ] Add ability to save state from python