TODOs
This commit is contained in:
parent
13be2908d0
commit
0942275d8c
@ -57,6 +57,7 @@ future<void> InMemoryBlockStore2::store(const Key &key, const Data &data) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
// TODO Would have better performance: found->second.overwriteWith(data)
|
||||||
found->second = data.copy();
|
found->second = data.copy();
|
||||||
return make_ready_future();
|
return make_ready_future();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user