- 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
- Usable debug tools (inspector)
- BSP message passing
- Support for some NLA types (
ebsp_matrix, ebsp_vector, ...
)
- All BSP primitives implemented
- Complete documentation