Dagger.jl icon indicating copy to clipboard operation
Dagger.jl copied to clipboard

Various performance and memory optimizations

Open jpsamaroo opened this issue 1 year ago • 0 comments

This PR implements a variety of performance tweaks and memory usage optimizations to improve the overall performance of Dagger under various conditions, particularly when dealing with many small tasks.

Todo:

  • [ ] Remove unnecessary reusable data structures
  • [x] Ensure that all reusable objects are cleared on error
  • [ ] Implement full test suite for reusable utilities
  • [x] Fix warnings
  • [ ] Final review

jpsamaroo avatar Jul 22 '24 18:07 jpsamaroo