<div dir="ltr"><div><div><div><div><div>With an interest of playing with LLVM based just in time compiling I made a clone of the [expr] family of objects that parses, compiles and then executes the compiled code versions of the expressions you provide it.<br><br></div>It could still use a little cleanup but I believe it has all of the features of the cloned objects now, plus a [print( message to print out the generated LLVM assembly.<br><br></div>I'm curious if anyone has some CPU intensive expr~ or fexpr~ examples that I could try to benchmark these against?</div><div>Also, does anyone have a good benchmarking solution for pd?<br><br></div>Anyways, if you're interested in checking it out the source is here:<br><br><a href="https://github.com/x37v/jit-expr">https://github.com/x37v/jit-expr</a><br><br></div>I'll submit a deken package once its been tested enough, I resolve a couple questions I have about potential memory leaks and finalize the licensing.<br><br></div>-Alex<br></div>