buildat/todo.txt

10 lines
359 B
Plaintext
Raw Normal View History

2014-09-17 09:37:11 +03:00
Buildat TODO
============
2014-09-17 09:46:19 +03:00
- Cache a hash of each compiled module in order not to rebuild them
unnecessarily
2014-09-17 13:37:34 +03:00
- Modules should be unloadable if possible. Figure out if so, and how to handle
references to modules when unloading them.
- There should be some kind of an easy synchronous calling mechanism between
modules.
- Modules should be run in threads.