-->
Page 1 of 1

Speed and efficiency improvements

PostPosted: Sat Sep 17, 2016 1:41 pm
by livetv
I've done some timing experiments just to see how feasible some things (like "bit banging") might be. I notice that the IO() functions take about 4 milliseconds. I couldn't figure out why until I was perusing some source code.

What I'd like to propose is code modifications to make some of the interpreter operate faster and more efficiently. For example, there are a few areas where strings of conditionals can be replaced by different strategies. Would there be willingness on the part of the developers to talk about *simple* modifications that can increase speed, decrease code space, or both?

Re: Speed and efficiency improvements

PostPosted: Sun Sep 18, 2016 7:40 am
by Mmiscool
I have no problem collaborating on speed improvements.

Would like to talk on google hang outs or skype first just to make sure we are on the same page.