- Minimal subset of BSP model, sufficient for simple programs.
- A working example. (dotproduct, hello world)
- Buffered communication (
bsp_put, bsp_get) - A non-trivial example. (lu-decomposition)
- Simple
malloc-esque memory management tool. - Stable syncing
- Refactor build process
- BSP message passing
- All BSP primitives implemented
- Complete documentation