HalosGhost/lci

Complete porting functions to foldwise encoding

Closed this issue · 1 comments

There are still four functions to convert to leverage the benefits of the foldwise encoding:

  • ListEqual
  • Zip
  • Combine
  • Take

Take is, by far, the most important. Among other things, .. leverages Take at the moment, so it is possible that .. will get a significant performance boost.

These are all technically completed, so I will be closing this issue. However, Take (along with Divide and Modulus need to be revisited for performance).