The `InMemory` backend currently uses a fixed sized array. The backend should be refactored so that it uses a Vector instead. - [ ] Replace array with Vector (heapless) - [ ] Fix skipped test