From 08038da43ace0fb90a11da16113fa338c51c1c59 Mon Sep 17 00:00:00 2001 From: Joel Svensson Date: Tue, 8 Jun 2021 21:23:48 +0200 Subject: [PATCH] tweak future work --- doc/notes/Future_work.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/notes/Future_work.md b/doc/notes/Future_work.md index f3fe1a7b..8e24bc3d 100644 --- a/doc/notes/Future_work.md +++ b/doc/notes/Future_work.md @@ -1,6 +1,22 @@ # Future Work +## unclassified + 1. Preemptive scheduling of important interrupts. 2. Parallelism between containers on multicore. 3. Serialising and deserialising compound data when send/recv from driver or over network (or between containers). -4. Serialising and desirialising environments. \ No newline at end of file +4. Serialising and deserialising environments. + + +## Engineering + +1. Multiple containers. +2. Priorities on containers and tasks. +3. Time. Preferably some way of handling time that fits into the Channel abstraction. + + + +## Researchy + +1. Memory management - Look into alternatives to a stop the world GC +2. \ No newline at end of file