mcenv / mce

A programming environment for Minecraft
MIT License
15 stars 0 forks source link

Controllable restrictions on defunctionalized functions #153

Open intsuc opened 2 years ago

intsuc commented 2 years ago

Defunctionalized functions are dispatched in O(logN) time where N is the number of functions in a whole project. However, sometimes we need a lower upper bound than O(logN) where performance is critical. ...