moose
moose copied to clipboard
Elk memory: Investigate improvements around `add_operation`
SymbolicSession::add_operation
is (perhaps unsurprisingly) responsible for a lot of memory allocations. This issue is about investigate what, if anything, can be done to optimize this.
Maybe one idea is to let SymbolicSession
generate an IndexedComputation
instead of a NamedComputation
: https://github.com/tf-encrypted/runtime/issues/977.