hazimavdal / armtree

An ARMv8 implementation of a tree-flattening algorithm to calculate some deeply-recursive functions, such as Ackermann, without the use of a call stack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARM-Tree

An ARMv8 implementation of a tree-flattening algorithm to calculate some deeply-recursive functions, such as Ackermann, without the use of a call stack.

About

An ARMv8 implementation of a tree-flattening algorithm to calculate some deeply-recursive functions, such as Ackermann, without the use of a call stack.


Languages

Language:Assembly 55.4%Language:Python 44.6%