Basic OOP support and low level fast datastructures.

Archive of the older Feature Request Forum Posts

Moderator: POL Developer

Locked
andenix
New User
Posts: 19
Joined: Thu Nov 06, 2008 8:39 am

Basic OOP support and low level fast datastructures.

Post by andenix »

-I wonder if we could have some basic OOP support. Not something fancy with polymorphism, but on a level of having structures with methods inside.

-I suggest if we could have access to some really fast low level data structures, like plain arrays.
And that we could access them cross-scripts. GlobalProps are not the case here, because they are very slow. (I think they are packing/unpacking values each time you access it.)

- Also having additional data structures like a hashes would be a great plus.
Locked