From f578b89c89e98a0270698156ad3d95aa461b11bb Mon Sep 17 00:00:00 2001 From: Badrish Chandramouli Date: Mon, 20 May 2019 17:14:37 -0700 Subject: [PATCH] Update Roadmap.md --- docs/Roadmap.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Roadmap.md b/docs/Roadmap.md index 6a64b5f2c..9b3d33fe0 100644 --- a/docs/Roadmap.md +++ b/docs/Roadmap.md @@ -54,6 +54,9 @@ Completed items are included to provide the context and progress of the work. ### Future Work +* [ ] Better integration with an async/await threading model in C# +* [ ] Scale-out and elasticity support +* [ ] Easier integration into serverless and actor framework deployments * [ ] Checksums for storage pages * [ ] Support iteration over all and only live key-value pairs (different from log scan) * [ ] Handle log logical addresses greater than 48 bit (up to 64 bit)