issues
search
flow123d
/
bparser
A C++ library for parsing expressions with Python syntax and using SIMD for repetitive evaluation. Amortization of the interpreter overhead leads to nearly peak CPU performance..
GNU Lesser General Public License v3.0
3
stars
4
forks
source link
Refactor and document.
#15
Open
jbrezmorf
opened
2 years ago
jbrezmorf
commented
2 years ago
Improve naming of types and functions, eg. ScalarNode -> ScalarOperation,
Document at least classes.
Refactor array_ast_interface
consider splitting some files.
Tutorial with usecases of different complexity.
Appropriate improvement of the API.