This project is based on reinforcejs and seen as a port to C++, with several code improvements.
It inherits the limitations of the original project.
Planned features:
- multithreading support
- automatic use of SIMD commands
For source code installation:
./configure && make
To install, just run make install
Tests are included under make test
and style checks under make check-style
There will might be binaries available, but that will be decided on a later point.
// No examples ready yet.
Copyright 2019 ©️ Maxine Michalski
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request