Fast IFS using RPN notation
python
c
x86-64
nasm
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yann Weber 684bb12614 Changes RpnExpr.mutate argument order 1 year ago
..
Makefile Enhancement in test Makefile 1 year ago
__init__.py Initial commit 5 years ago
benchmark.py First usable IFS implementation 1 year ago
test_rpn.c First usable IFS implementation 1 year ago
tests_pyrpn.py Continue implementation of RPNExprIter & sequences/mapping methods 1 year ago
tests_rpn_compile.py Implementing serialization in rpn_jit and use it in python_rpnexpr get/setstate 1 year ago
tests_rpn_copy.py Bugfix in __getstate__ 1 year ago
tests_rpn_eval.py Adds coordinate convertion methods to python lib + tests 1 year ago
tests_rpn_ifs.py Implement buffer protocol for RPNIFS class 1 year ago
tests_rpn_mutate.py Changes RpnExpr.mutate argument order 1 year ago
tests_rpn_sequence.py Continue implementation of RPNExprIter & sequences/mapping methods 1 year ago
tests_rpn_tokens.py Continue implementation of RPNExprIter & sequences/mapping methods 1 year ago
tests_rpniter.py Implemented RPNIterExpr pickle/unpickle methods 1 year ago
tests_rpniter_seq.py Adds coordinate convertion methods to python lib + tests 1 year ago
tests_tokens.py Adds coordinate convertion methods to python lib + tests 1 year ago
utils.py Implemented RPNIterExpr pickle/unpickle methods 1 year ago