Page MenuHomePhabricator

Optimise statically allocated buffers usage for thead model
Closed, ResolvedPublic

Description

In the current implementation, secure storage uses three statically allocated buffers to store a message, and uses multiple memory copy operations. It is possible to remove at least one of the intermediate buffers and replace it with callbacks in order to optimize the run-time memory usage of the service.

Event Timeline

minosgalanakis triaged this task as High priority.Aug 12 2019, 2:13 PM
minosgalanakis created this task.
jf549 closed this task as Resolved.Sep 27 2019, 1:23 PM
jf549 moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.