Re: future?

2017-03-09 Thread andreas
Thanks for your comments and insights, Jakob. I just want to shortly assure you that I really liked your emails and your participation. I didn't answer/comment further due lack of time. Because of recent events (2017-03-01) I want to come back to this part: > Yes, but Google Code was no Github.

Re: Arithmetic Coding

2017-03-09 Thread Lindsay John Lawrence
Hi Alex, Thank you. The (profile) tool is exactly what was needed here In the scaling loops, it made more of a difference than I thought to copy object properties into local variables. However, the idx tree change you pointed out is what helped most. : (prog (setq Msg (make (do (** 2 16)

Re: Arithmetic Coding

2017-03-09 Thread Alexander Burger
Hi Lindsay, > As part of getting a handle on OO in picolisp I implemented a basic > arithmetic coder. > This is just the Coder and a simple adaptive model. > > https://github.com/thinknlive/picolisp-acdc Cool! Looks good (Though I didn't try to understand the details). > It is slower than I