Raised This Month: $51 Target: $400
 12% 

MemoryX


Post New Thread Reply   
 
Thread Tools Display Modes
Zenith77
Veteran Member
Join Date: Aug 2005
Old 02-16-2007 , 19:41   Re: MemoryX
Reply With Quote #21

I beg of you to not break backwards compatibility.
__________________
Quote:
Originally Posted by phorelyph View Post
your retatred
Zenith77 is offline
Twilight Suzuka
bad
Join Date: Jul 2004
Location: CS lab
Old 02-17-2007 , 05:11   Re: MemoryX
Reply With Quote #22

I'll...try? I'm going to trey NOT to break COMPILE backwards compatibility, but I will HAVE to break RUNTIME compatibility.
__________________
Twilight Suzuka is offline
Send a message via AIM to Twilight Suzuka Send a message via MSN to Twilight Suzuka
Zenith77
Veteran Member
Join Date: Aug 2005
Old 02-17-2007 , 21:46   Re: MemoryX
Reply With Quote #23

Why must you do such an evil thing? Your module is the only thing keeping my previous projects alive :p.
__________________
Quote:
Originally Posted by phorelyph View Post
your retatred
Zenith77 is offline
Twilight Suzuka
bad
Join Date: Jul 2004
Location: CS lab
Old 02-18-2007 , 14:02   Re: MemoryX
Reply With Quote #24

Quote:
Originally Posted by Zenith77 View Post
Why must you do such an evil thing? Your module is the only thing keeping my previous projects alive :p.
All you have to do is recompile to make your old plugin work again!
__________________
Twilight Suzuka is offline
Send a message via AIM to Twilight Suzuka Send a message via MSN to Twilight Suzuka
Zenith77
Veteran Member
Join Date: Aug 2005
Old 02-18-2007 , 14:26   Re: MemoryX
Reply With Quote #25

Oh. I thought you meant like you would change the natives and stuff.
__________________
Quote:
Originally Posted by phorelyph View Post
your retatred
Zenith77 is offline
Twilight Suzuka
bad
Join Date: Jul 2004
Location: CS lab
Old 02-20-2007 , 20:09   Re: MemoryX
Reply With Quote #26

Maybe I will, but it shouldn't compile time break.
__________________
Twilight Suzuka is offline
Send a message via AIM to Twilight Suzuka Send a message via MSN to Twilight Suzuka
Old 09-08-2008, 11:55
nopq083
This message has been deleted by sawce the snail.
Old 09-04-2009, 07:34
williamjems
This message has been deleted by sawce the snail.
Seta00
The Seta00 user has crashed.
Join Date: Jan 2010
Location: Berlin
Old 02-17-2010 , 11:27   Re: MemoryX
Reply With Quote #27

Anyone can confirm if this works?
Seta00 is offline
DreamC
Junior Member
Join Date: Feb 2010
Old 02-17-2010 , 15:06   Re: MemoryX
Reply With Quote #28

Wondering the same. As i would like to use Vector.
Or ill try it myself in a few days.
DreamC is offline
Backstabnoob
Veteran Member
Join Date: Feb 2009
Location: Iwotadai Dorm
Old 06-30-2013 , 18:02   Re: MemoryX
Reply With Quote #29

I started testing this module myself because I find it useful. I'll continue updating this post as I gather new information.

Any

The Any objects seem to hold one value. Looks like a good thing to use when in need of storing a mixed value in a single variable (object, the actual variable is the pointer). You can use any_type to find out what value type is stored in the object.

Plugin:
Spoiler


Results:

Spoiler


Queue
Allows to push items to an array and read (remove) the items which were stored first.
Don't use, doesn't work properly - access violations everywhere (even though it sounds really useful).


Deque
Same as above, except it allows pushing items from both ends.
Same as above, don't use.


Pair
A pair couples two values of any type together. More complex ways can involve pairing the pairs themselves, but I haven't tried that yet.

Plugin:
Spoiler


Results:
Spoiler



Stack
Stacks are similar to queues, but the last item pushed to the stack is the first one to get removed.

Plugin:
Spoiler


Results:
Spoiler


Crashes server when using strings. Only tried float, int and strings.


CONCLUSION
THIS MODULE IS BROKEN. DON'T USE IT

Last edited by Backstabnoob; 07-07-2013 at 14:07.
Backstabnoob is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:14.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode