maxxon
23rd January 2012, 02:31
Hello all,
I am new to AviSynth (less than a month) and I quickly noticed that there was no usable array system available (the one that was pointed to was uber slow due to O(n) implementation). So I have started to write a new one (well, actually almost finished, but couldn't post till now) which is O(1) but I was wondering if anyone else would be interested in this library.
If so, where would be a good place to put it?
There are also other libraries I created in passing such as a for loop, profiler, parameter list to array converter, memory allocation system and others.
Thanks,
Mx
I am new to AviSynth (less than a month) and I quickly noticed that there was no usable array system available (the one that was pointed to was uber slow due to O(n) implementation). So I have started to write a new one (well, actually almost finished, but couldn't post till now) which is O(1) but I was wondering if anyone else would be interested in this library.
If so, where would be a good place to put it?
There are also other libraries I created in passing such as a for loop, profiler, parameter list to array converter, memory allocation system and others.
Thanks,
Mx