Arrays and such >> Travel Deals and Budget Travel >> Our Forum
Our Forum

Our Forum



SearchSearch   Users   Registration   Entrance
Today: 23.07.2025 - 16:36:29
Pages:  1  

Arrays and such

Advertising


MessageAuthor

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

---------------------
96 328is: eurospeed M50 intake manifold with AA M50 Manifold software rogue eng. pullies ecis cai M3 exhaust M3 rear spoiler 5 spoke ROH's 235/40/17front 245/40/17rear UUC clutch stop motorsport X Brace 94 325- 5 speed borla exhaust 96+ side skirts z

328 is man

users




Statistics:
Messages: 988
Registration: 12.19.2002
10.01.22 - 09:13:13
Message # 1
RE: Arrays and such

Ok, I've uploaded it to sourceforge. Please bare with me as I've not used this service before 2 days ago. You can download the compressed archive . Please feel free to post feedback, questions or comments as they are all welcome. Thanks, Mx

---------------------

go_snow

users




Statistics:
Messages: 179
Registration: 09.22.2003
10.01.22 - 09:19:12
Message # 2
RE: Arrays and such

I haven't had time to look at this in detail, but here are a few quick comments. It looks like you've put a lot of work into this - certainly, there's a lot of code there. For that reason, it's hard to know where to start to understand how to use it and (doubly so) how it works. Some examples would certainly be useful. At a casual glance, your 'for' function looks quite complicated to use. Moreover, since the block to be executed is Eval'd in the function scope, it cannot use local variables from the calling environment. That's what I was getting at in . Are you aware of ? It provides a simple for-loop construct (as a language extension, not a function). It also has a block if-then-else which could be used in place of the ugly (IMHO, of course :)) Eval blocks in your code. If you like, you could even write the entire code in the extended GScript language and just use GImport instead of Import to load the files.

---------------------
How-To Videos Articles I've Written Mike Phillips Director of Training 1-800-869-3011 ext 206 "Find something you like and use it often"

MikeP@Autogeek

users




Statistics:
Messages: 278
Registration: 03.25.2003
10.01.22 - 09:26:09
Message # 3
RE: Arrays and such

I'm also considering making structure support in this library. Consider for an anonymous structure: Code:

---------------------

DanB

users




Statistics:
Messages: 97
Registration: 04.16.2002
10.01.22 - 09:37:17
Message # 4
RE: Arrays and such

@Gavino, the new pretender (Maxxon) may well be impressive, but we all still love you best. (unless he usurps you as omnipotent deity that we all think you are) (The king is dead ... God save the King) :devil:

---------------------
2003 Nissan 350z 6spd Performance w/ aero kit

mpol99

users




Statistics:
Messages: 128
Registration: 12.10.2002
10.01.22 - 09:46:25
Message # 5
RE: Arrays and such

@Maxxon, you could do worse that to have a look at AutoIt, as an example see here (Myself just found it about Nov/Dec 2011)

---------------------
http://www.flickr.com/photos/reneen/...7601910739497/

Renee M Coupe

users




Statistics:
Messages: 85
Registration: 06.09.2002
10.01.22 - 09:53:52
Message # 6
RE: Arrays and such
Starting Issues! : Previous topicNext topic: Mbox & ASIO & Freeware problem
Pages:  1  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants