Skip to content

Commit

Permalink
tweak future work
Browse files Browse the repository at this point in the history
  • Loading branch information
svenssonjoel committed Jun 8, 2021
1 parent 4902e3b commit 08038da
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion doc/notes/Future_work.md
Original file line number Diff line number Diff line change
@@ -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.
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.

0 comments on commit 08038da

Please # to comment.